We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa8f4d commit 251fc1aCopy full SHA for 251fc1a
1 file changed
include/fast_io_dsal/bitvec.h
@@ -38,13 +38,11 @@
38
namespace fast_io
39
{
40
41
-template <typename Alloc = ::fast_io::native_global_allocator>
42
-using bitvec = ::fast_io::containers::bitvec<Alloc>;
+using bitvec = ::fast_io::containers::bitvec<::fast_io::native_global_allocator>;
43
44
namespace tlc
45
46
-template <typename Alloc = ::fast_io::native_thread_local_allocator>
47
+using bitvec = ::fast_io::containers::bitvec<::fast_io::native_thread_local_allocator>;
48
} // namespace tlc
49
50
} // namespace fast_io
0 commit comments