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 #259
2014-03-20 14:03:51 +01:00
..
2013-08-07 18:56:35 +01:00
2013-07-03 19:14:59 +01:00
2013-07-25 08:18:09 +01:00
2013-07-03 19:14:59 +01:00
2013-08-16 19:08:39 +01:00
2013-08-16 19:08:39 +01:00
2013-07-03 08:25:11 +01:00
2013-11-13 08:10:45 +00:00