mbed-os/UNITTESTS/target_h/platform/cxxsupport
Lingkai Dong dd81b536da Unit tests: Update <mstd_type_traits> stub
The stub version of <mstd_type_traits> is mostly identical to the
production file of the same name, except the former lags behind
and doesn't contain the recent "is_constant_evaluated" feature.
It's safe to update the stub file, because "is_constant_evaluated"
only checks generic GCC and Clang versions that also apply to
compilers on PCs.

This enables MbedCRC.h to include <mstd_type_traits> without
distinguishing between Mbed applications and unit tests.
2021-07-06 17:19:19 +01:00
..
mstd_algorithm Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_atomic Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_cstddef Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_functional Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_iterator Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_memory Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_mutex Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00
mstd_new Callback updates 2020-03-11 15:46:03 +02:00
mstd_tuple add missing tuple c++ replacement for unittests 2021-06-06 11:54:24 +01:00
mstd_type_traits Unit tests: Update <mstd_type_traits> stub 2021-07-06 17:19:19 +01:00
mstd_utility Add mstd_xxx headers to unit tests 2019-07-18 20:02:07 +03:00