Skip to content
Snippets Groups Projects
Commit 715c8dd5 authored by Jure Bericic's avatar Jure Bericic Committed by Stephen A. Wood
Browse files

Fixed initializer list warnings in older compilers.

As it turns out, this was not so easy fix. I had to do:
- add at least c++0x support to scons (works for g++ 4.4.7!)
- change how my DefineVariables works

The c++0x support is bonus, since now we can use some additional features, like auto keyword (see https://gcc.gnu.org/gcc-4.4/cxx0x_status.html).
parent 27a18730
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment