commit | 1f1d79732fa50d140eb50c7fb756e116e3da713d | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Fri Dec 12 22:16:55 2014 +0100 |
committer | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | Fri Dec 12 22:16:55 2014 +0100 |
tree | a33072c9b2c342cbb587dde0a50e666e8f00a5cd | |
parent | 719b8423102e469b5a537321f02011415b376dbe [diff] |
Fix build in C++11 mode Fix build in C++11 mode instead of reverting to C++98 mode. (Fixes some constructs that were mistaken for C++11 literals and a use of the std::ostream(NULL) constructor). Building in C++98 mode causes clang to fall over conflicting definitions of char16_t. Change-Id: I66230eeb960f4a894d6c98fe7935ec932569c5a4 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>