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 ca4d31c commit ef48e27Copy full SHA for ef48e27
include/refl.hpp
@@ -33,31 +33,9 @@
33
#include <ostream>
34
#include <sstream>
35
#include <iomanip> // std::quoted
36
-
37
-#if defined(__APPLE__)
38
39
#include <memory>
40
#include <complex>
41
42
-#else
43
44
-namespace std
45
-{
46
- template <typename T, typename Deleter>
47
- class unique_ptr;
48
49
- template <typename T>
50
- class shared_ptr;
51
52
53
- class weak_ptr;
54
55
56
- class complex;
57
-} // namespace std
58
59
-#endif
60
61
#ifdef _MSC_VER
62
// Disable VS warning for "Not enough arguments for macro"
63
// (emitted when a REFL_ macro is not provided any attributes)
0 commit comments