We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465b721 commit 0091013Copy full SHA for 0091013
tests/library_checker_aizu_tests/strings/lcp_array.test.cpp
@@ -3,6 +3,10 @@
3
// just because with debug mode, test runs in 30s, and
4
// there's like 30 tests
5
#undef _GLIBCXX_DEBUG
6
+#undef _GLIBCXX_SANITIZE_VECTOR
7
+#undef _GLIBCXX_DEBUG_PEDANTIC
8
+#undef _GLIBCXX_ASSERTIONS
9
+#undef _FORTIFY_SOURCE
10
#include "../template.hpp"
11
#include "../../../library/strings/suffix_array/suffix_array.hpp"
12
#include "../../../library/strings/suffix_array/suffix_array_short.hpp"
0 commit comments