commit | dca6dcf6f0996eb96e0742ff73c57adfba901769 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Mon Sep 10 12:25:18 2012 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 14:17:20 2013 +0530 |
tree | f95fb3585e652c9d33408a43460cc4a32ecc2fbd | |
parent | 8c7c06b5cdac575f2288290cbad8c757ca078635 [diff] |
v8: Fix build in ISO C++ 11 mode Fixes building with -std=gnu++11 - this is useful for compatibility with future compilers (where gnu++11 will be the default mode) and to make additional language features/optimizations (e.g. constexpr) available. Change-Id: Ica4a220675f700c1f63d36f46460ca12168bdeb3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>