mbed-os/features
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
..
FEATURE_BLE Added BLE support based on CORDIO stack. 2018-11-01 20:15:57 +01:00
FEATURE_BOOTLOADER Added bootloader bin license and config for DISCO_L475VG_IOT01A 2018-10-12 11:17:03 -05:00
cellular Cellular: adding unit tests for new class CellularContext and changed classes. 2018-11-16 13:14:38 +02:00
cryptocell/FEATURE_CRYPTOCELL310 Change Mbed TLS platform error code and value 2018-10-15 16:21:54 +03:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key device key: fix coding style 2018-11-07 08:56:32 +00:00
frameworks Fix C++11 build with Arm Compiler 6 2018-11-26 12:54:51 +00:00
lorawan Compliance test errors fixed 2018-11-14 09:46:38 +02:00
lwipstack override default mem-size in lwIP stack config 2018-11-16 10:27:15 +00:00
mbedtls ...remainder of file... to [remainder of file] 2018-10-26 11:17:52 +03:00
nanostack Merge pull request #8600 from KariHaapalehto/wisuninterface_created 2018-11-22 10:55:58 +01:00
netsocket reformat to following codeing style rules 2018-11-16 10:29:31 +00:00
nfc State machine step for Erase command 2018-11-12 16:13:21 +00:00
storage Merge branch 'david_buffered_bd_perf' of ssh://github.com/davidsaada/mbed-os into rollup-b.1 2018-11-15 18:26:11 -06:00
unsupported Clean up Thread deprecation warnings 2018-10-12 14:57:13 +03:00