@@ -5,6 +5,8 @@ using ::fast_io::char_literal_v;
55using ::fast_io ::pr_rsv_size;
66using ::fast_io ::pr_rsv_to_iterator_unchecked;
77
8+ using ::fast_io ::io_alias_type_t;
9+
810using ::fast_io ::io_reserve_type_t;
911using ::fast_io ::io_reserve_type;
1012using ::fast_io ::print_alias_define;
@@ -22,13 +24,31 @@ using ::fast_io::scan_context_eof_define;
2224using ::fast_io ::unreachable;
2325using ::fast_io ::noexcept_call;
2426
27+ using ::fast_io ::little_endian;
28+ using ::fast_io ::big_endian;
29+ using ::fast_io ::byte_swap;
30+
2531using ::fast_io ::error;
32+ using ::fast_io ::error_type_t;
33+ using ::fast_io ::error_type;
34+ using ::fast_io ::error_domain;
35+ using ::fast_io ::is_domain;
36+ using ::fast_io ::to_code;
37+ using ::fast_io ::throw_parse_code;
38+ using ::fast_io ::parse_domain_value;
39+
2640using ::fast_io ::cstr_len;
2741using ::fast_io ::cstr_nlen;
2842
2943using ::fast_io ::parse_by_scan;
3044using ::fast_io ::parse_code;
3145
46+ using ::fast_io ::io_dup;
47+ using ::fast_io ::open_mode;
48+
49+ using ::fast_io ::basic_io_lockable;
50+ using ::fast_io ::basic_io_lockable_nonmovable;
51+
3252# if !defined(__clang__) // The gcc and msvc module does not support non-exported functions adl matching
3353using ::fast_io ::input_stream_ref_define;
3454using ::fast_io ::output_stream_ref_define;
@@ -131,6 +151,9 @@ using ::fast_io::manipulators::scalar_manip_t;
131151using ::fast_io ::manipulators ::member_function_pointer_holder_t;
132152using ::fast_io ::manipulators ::whole_get_t;
133153
154+ using ::fast_io ::manipulators ::leb128_get;
155+ using ::fast_io ::manipulators ::leb128_put;
156+
134157using ::fast_io ::manipulators ::boolalpha;
135158
136159using ::fast_io ::manipulators ::pointervw;
@@ -144,6 +167,8 @@ using ::fast_io::manipulators::os_c_str_carr;
144167
145168using ::fast_io ::manipulators ::rgvw;
146169
170+ using ::fast_io ::manipulators ::cond;
171+
147172using ::fast_io ::manipulators ::code_cvt;
148173using ::fast_io ::manipulators ::code_cvt_os_c_str;
149174using ::fast_io ::manipulators ::os_c_str_null_terminated;
@@ -225,10 +250,18 @@ using ::fast_io::operations::scatter_pread_all_bytes;
225250using ::fast_io ::operations ::scatter_pread_some;
226251using ::fast_io ::operations ::scatter_pread_some_bytes;
227252
253+ using ::fast_io ::operations ::output_stream_ref;
254+
228255namespace decay
229256{
230257using ::fast_io ::operations ::decay ::scan_freestanding_decay;
231258using ::fast_io ::operations ::decay ::print_freestanding_decay;
259+
260+ using ::fast_io ::operations ::decay ::stream_ref_decay_lock_guard;
261+ using ::fast_io ::operations ::decay ::unlock_stream_ref_decay_lock_guard;
262+ using ::fast_io ::operations ::decay ::output_stream_mutex_ref_decay;
263+ using ::fast_io ::operations ::decay ::output_stream_unlocked_ref_decay;
264+
232265} // namespace decay
233266
234267using ::fast_io ::operations ::print_freestanding;
0 commit comments