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 82398ef commit 9ffd4c7Copy full SHA for 9ffd4c7
inc/zoo/algorithm/quicksort.h
@@ -7,7 +7,10 @@
7
8
#include <array> // for temporary storage
9
#include <stdexcept>
10
+
11
+#ifdef _MSC_VER
12
#include <iso646.h>
13
+#endif
14
15
namespace zoo {
16
inc/zoo/swar/SWAR.h
@@ -6,7 +6,9 @@
6
#include <type_traits>
-#include <ciso646>
+#include <iso646.h>
namespace zoo { namespace swar {
inc/zoo/traits/is_container.h
@@ -5,7 +5,7 @@
5
#ifdef _MSC_VER
#endif
0 commit comments