mbed-os/features/frameworks
Mikhail Maltsev 5c351dc6ae Fix C++11 build with Arm Compiler 6
Currently there are two issues which prevent building Mbed OS with
-std=gnu++11 when using Arm Compiler 6:
* NanostackRfPhys2lp.cpp contains a narrowing conversion in a braced
  initializer list
* ns_types.h includes <stdalign.h> which Arm Compiler 6 currently
  does not provide

This patch fixes both issues. The first one is fixed by changing the
underlying type of the corresponding enumeration when the code is
compiled as C++11. The second issue is worked around by avoiding the
use of <stdalign.h> header for Arm Compiler versions prior to 6.12.
2018-11-26 12:54:51 +00:00
..
greentea-client Resolve build issues in test 2018-10-16 11:50:16 -05:00
mbed-client-cli Sync mbed-client-cli files with v0.4.0 2018-11-08 13:21:56 +02:00
mbed-client-randlib Merge commit '5d162a08ffd383c97b49e35f3065fcd4638ac87c' as 'features/frameworks/mbed-client-randlib' 2018-11-09 15:52:44 +02:00
mbed-coap Update mbed-coap to version 4.7.1 2018-10-12 17:11:21 +03:00
mbed-trace Merge commit '1374a5e5e6775dd6db9533075f25b3112c984b22' into mbedos511 2018-11-09 15:59:35 +02:00
nanostack-libservice Fix C++11 build with Arm Compiler 6 2018-11-26 12:54:51 +00:00
unity Add a Unity macro to assert on platform error code difference 2018-11-15 12:14:44 +02:00
utest Framework: Add required header file and namespace element instead add all 2018-10-15 10:57:21 -05:00