mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-23 21:15:39 +02:00
Move macros to seprate header file. (see #2094)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <sstream>
|
||||
#include <cstdio>
|
||||
|
||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
||||
#include <catch2/internal/catch_compiler_detections.hpp>
|
||||
|
||||
class out_buff : public std::stringbuf {
|
||||
std::FILE* m_stream;
|
||||
|
Reference in New Issue
Block a user