We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbf987 commit d4995d0Copy full SHA for d4995d0
tests/library_checker_aizu_tests/math/matrix_mult.test.cpp
@@ -7,6 +7,8 @@
7
#undef _GLIBCXX_DEBUG
8
#undef _GLIBCXX_DEBUG_PEDANTIC
9
#undef _GLIBCXX_ASSERTIONS
10
+#undef _GLIBCXX_SANITIZE_VECTOR
11
+#undef _FORTIFY_SOURCE
12
#include "../template.hpp"
13
#include "../../../library/math/matrix_related/matrix_mult.hpp"
14
// NOLINTNEXTLINE(readability-identifier-naming)
0 commit comments