Fixed deprecation warning about std::uncaught_exception in c++17 for msvc

This commit is contained in:
Mathieu Champlon 2018-03-23 18:18:23 +01:00
parent 61d5cf5634
commit c42b708950
4 changed files with 20 additions and 1 deletions

View file

@ -17,6 +17,7 @@ Not yet released
* Fixed move-only type support in constraints
* Added support for dereferencing in mock::equal
* Added support for movable objects in mock::retrieve
* Fixed deprecation warning about std::uncaught_exception in c++17 for msvc
[endsect]