commit | 10870832a5a2b2d7877538d3ba8ec72b8b9e47a7 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Mon Sep 10 12:18:22 2012 +0200 |
committer | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Mon Sep 10 12:20:44 2012 +0200 |
tree | 5e4e114ed3c8550da8c8ed1c7998b438176840a4 | |
parent | 7a5374d597eac72560bb5a3f8209438896cfe8a7 [diff] |
quake: 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: I895e19ef7443e33a1f042cda3abf588a6edc062b Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>