C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Mathieu Champlon b8e8b6ffbf Fixed uncaught_exceptions usage with clang
For some reason clang seems so believe uncaught_exceptions does not belong to the std namespace:

no member named 'uncaught_exceptions' in namespace 'std'; did you mean
      simply 'uncaught_exceptions'?

I haven't found any indication confirming this, but let's just support both…
2018-04-08 15:16:48 +02:00
build Fixed travis cxxflags 2018-01-20 14:13:52 +01:00
doc Fixed deprecation warning about std::uncaught_exception in c++17 for msvc 2018-03-25 09:46:40 +02:00
include/turtle Fixed uncaught_exceptions usage with clang 2018-04-08 15:16:48 +02:00
test Fixed perfect forwarding bug 2018-03-17 22:20:04 +01:00
.gitignore Added Visual Studio Code configuration folder to gitignore 2018-03-12 08:33:59 +01:00
.travis.yml Added clang for travis 2018-04-08 15:16:48 +02:00
appveyor.yml Added /std:cxx?? to appveyor builds 2018-03-25 09:30:13 +02:00
index.html Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamfile.v2 Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamroot.jam Changed layout to match boost 2015-03-06 06:41:12 +01:00
LICENSE_1_0.txt Changed layout to match boost 2015-03-06 06:41:12 +01:00
README.md Added appveyor build script 2018-03-09 06:42:08 +01:00

Turtle

Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.

Distributed under the Boost Software License, Version 1.0.

Build Status Build status Coverage Status