Skip to content

Commit 2088c78

Browse files
committed
Export necessary operators for linked list iterators
1 parent f5ebe2c commit 2088c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers/linked_list_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module;
1010

1111
export module containers.linked_list_helper;
1212

13-
import containers.common_iterator_functions;
13+
export import containers.common_iterator_functions;
1414
import containers.maximum_array_size;
1515

1616
import bounded;

0 commit comments

Comments
 (0)