mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 10:27:57 +00:00
Added CATCH_CONFIG_CPP11_LONG_LONG support
This commit is contained in:
parent
d6e59cd56f
commit
733ebb6024
6 changed files with 89 additions and 8 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "catch_stream.h"
|
||||
#include "catch_compiler_capabilities.h"
|
||||
#include "catch_suppress_warnings.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
@ -231,4 +232,6 @@ namespace Catch {
|
|||
};
|
||||
|
||||
}
|
||||
#include "catch_reenable_warnings.h"
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue