On Dienstag, 16. Februar 2016 16:12:12 CEST, Jan Kundrát wrote:
On Tuesday, 16 February 2016 14:45:22 CET, иван нецкин wrote:
Hi, could you please tell me your compiler.While building your project i
got lots of error, thanks in advance!
You need a compiler which supports C++11. GCC 4.8+ and Clang
3.4+ are known to work, and I suppose that a recent enough
version of MSVC works, too.
MSVC 2013, but I'd frankly not use MSVC in general and use clang or icc on
Windows if you want to avoid the GNU toolchain.
You might also want to record the errors, maybe they're not actually related to
the compiler.
Cheers,
Thomas