mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
build 19
- fixes nullptr regression (I had accidentally left in some dev changes)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
// Much of the following code is based on Boost (1.53)
|
||||
|
||||
#ifdef __clang__
|
||||
#define CATCH_CONFIG_CPP11_NULLPTR
|
||||
|
||||
#if __has_feature(cxx_nullptr)
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
namespace Catch {
|
||||
|
||||
// These numbers are maintained by a script
|
||||
Version libraryVersion( 1, 0, 18, "master" );
|
||||
Version libraryVersion( 1, 0, 19, "master" );
|
||||
}
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user