commit | 1b01663e9b2a0355d8baa7aa18bef1e6c0f65409 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Mon Sep 10 12:12:24 2012 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 05:08:14 2013 +0530 |
tree | 331f0e43caf472ebc365e8b6648c5bc569757de0 | |
parent | 470b311e82a9a9d9b8d9609b7c9763403bd33081 [diff] |
LegacyCamera: 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: I4b0bd843731370e205c8bef4a313e7244d2ca5de Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>