1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-22 01:24:46 +02:00
gnzlbg ce6598599b Conditionally removes usage of deprecated features
-add macros to test for C++ version and features
to catch_compiler_capabilities.hpp
- replaces dynamic exception specifications (deprecated)
with noexcept in C++ Version >= 11
- defines defaulted copy constructor/move constructors/assignment
in C++ Version >= 11 since their implicit generation is deprecated
under some circumstances.
- fixes 
2014-03-20 14:03:51 +01:00
..
2013-06-28 17:09:57 +01:00