mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 07:29:25 +00:00
Compiler capabilities clean-up
- renamed CATCH_SFINAE -> CATCH_CONFIG_SFINAE - moved variadic macros detection into catch_compiler_capabilities.h
This commit is contained in:
parent
dd52044374
commit
4dd3f68dd9
9 changed files with 25 additions and 22 deletions
|
@ -6,7 +6,6 @@
|
|||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
//#define CATCH_CONFIG_VARIADIC_MACROS
|
||||
#include "catch.hpp"
|
||||
|
||||
TEST_CASE()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue