We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e206a1 commit 7b0758dCopy full SHA for 7b0758d
testing/internal/serialization_v100.cpp
@@ -1,11 +1,13 @@
1
#include <catch.hpp>
2
-#include "portable_archive/portable_iarchive.hpp"
3
-#include "portable_archive/portable_oarchive.hpp"
4
#include "sample.h"
5
#include <fstream>
6
#include <sstream>
7
#include <type_traits>
8
+#define NO_EXPLICIT_TEMPLATE_INSTANTIATION
+#include "portable_archive/portable_iarchive.hpp"
9
+#include "portable_archive/portable_oarchive.hpp"
10
+
11
struct Testclass {
12
std::string teststr;
13
double testdouble;
0 commit comments