mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 22:17:02 +07:00
fix doctest building
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
#include "doctest.h"
|
#include "doctest.h"
|
||||||
|
|
||||||
|
// https://github.com/onqtam/doctest/issues/126
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
#define STATIC_CHECK(...)\
|
#define STATIC_CHECK(...)\
|
||||||
static_assert(__VA_ARGS__, #__VA_ARGS__);\
|
static_assert(__VA_ARGS__, #__VA_ARGS__);\
|
||||||
CHECK(__VA_ARGS__)
|
CHECK(__VA_ARGS__)
|
||||||
|
|||||||
Reference in New Issue
Block a user