I was try to use this lib in VS 2013 Community Edition, and for now __cplusplus is 199711 (old c++98)
Validation is check in config.hpp, and throw compilation error.
Another issue is when using MinGW (4.8.3):
C:\...\Desktop\yas-master\yas-master\include\yas\serializers\std_types_serializers.hpp:53: In file included from ..\..\include/yas/serializers/std_types_serializers.hpp:53:0,
C:\..\Desktop\yas-master\yas-master\include\yas\serializers\binary\std\std_optional_serializers.hpp:120: error: expected declaration before '}' token
} // namespace detail
^
Using Qt Creator with both compilers.
Windows 7 x64 :)
I was try to use this lib in VS 2013 Community Edition, and for now __cplusplus is 199711 (old c++98)
Validation is check in config.hpp, and throw compilation error.
Another issue is when using MinGW (4.8.3):
Using Qt Creator with both compilers. Windows 7 x64 :)