Enable C++11
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jul 2014 12:38:11 +0000 (14:38 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jul 2014 12:38:11 +0000 (14:38 +0200)
As announced a while ago, we're now allowing C++11 in the codebase.
We now expect one of the following compilers:

* gcc >= 4.7
* Clang >= 3.1
* MSVC >= 18 (Visual Studio Nov 2013 CTP)

Older or different compilers may still work, but break at any time
in the future.


No differences found