File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
include/boost/container/detail Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919# pragma once
2020#endif
2121
22- #include < boost/interprocess /detail/config_begin.hpp>
23- #include < boost/interprocess /detail/workaround.hpp>
22+ #include < boost/container /detail/config_begin.hpp>
23+ #include < boost/container /detail/workaround.hpp>
2424
2525#include < cstddef> // for size_t
2626#include < boost/move/utility_core.hpp> // declval
@@ -42,7 +42,7 @@ namespace boost_container_is_constructible {
4242 namespace container {
4343
4444 template <typename T, typename ...Args>
45- struct is_constructible \
45+ struct is_constructible
4646 {
4747 private:
4848 typedef char yes_type;
@@ -175,6 +175,6 @@ namespace boost_container_is_constructible {
175175
176176#endif
177177
178- #include < boost/interprocess /detail/config_end.hpp>
178+ #include < boost/container /detail/config_end.hpp>
179179
180180#endif // BOOST_CONTAINER_DETAIL_IS_CONSTRUCTIBLE_HPP
You can’t perform that action at this time.
0 commit comments