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 368fd65 commit 49f56dbCopy full SHA for 49f56db
include/xtensor-python/pycontainer.hpp
@@ -455,6 +455,18 @@ namespace xt
455
}
456
#endif
457
458
+
459
+#if defined(__GNUC__) && !defined(__clang__)
460
+ namespace workaround
461
+ {
462
+ // Fixes "undefined symbol" issues
463
+ inline void long_long_allocator()
464
465
+ std::allocator<long long> a;
466
+ std::allocator<unsigned long long> b;
467
+ }
468
469
+#endif
470
471
472
0 commit comments