We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51fb9c commit 4aa98b7Copy full SHA for 4aa98b7
test/lint/lint-includes.py
@@ -23,13 +23,15 @@
23
]
24
25
EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
26
+ "boost/multi_index/detail/hash_index_iterator.hpp",
27
"boost/multi_index/hashed_index.hpp",
28
"boost/multi_index/identity.hpp",
29
"boost/multi_index/indexed_by.hpp",
30
"boost/multi_index/ordered_index.hpp",
31
"boost/multi_index/sequenced_index.hpp",
32
"boost/multi_index/tag.hpp",
33
"boost/multi_index_container.hpp",
34
+ "boost/operators.hpp",
35
"boost/process.hpp",
36
"boost/signals2/connection.hpp",
37
"boost/signals2/optional_last_value.hpp",
0 commit comments