Skip to content

Commit d1780c2

Browse files
committed
remove
1 parent 0ea67d0 commit d1780c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/scripts/compile_commented_snippets.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ git submodule update
1111
{
1212
echo "#include <bits/stdc++.h>"
1313
echo "using namespace std;"
14-
echo "#include <tr2/dynamic_bitset>"
15-
echo "using namespace tr2;"
1614
cat library_checker_aizu_tests/kactl_macros.hpp
1715
echo "const ll mod = (119 << 23) + 1, root = 62;"
1816
find ../library/ -type f -name "*.hpp" | grep --invert-match --file=.config/.code_snippet_excluded_file_list | sort | sed 's/^/#include "/; s/$/"/' | cpp -nostdinc -C -P | grep --invert-match --extended-regexp "const int mod = |const ll mod = "

0 commit comments

Comments
 (0)