Skip to content

Commit 4c6a88a

Browse files
committed
Add config begin and end headers to disable unwanted warnings
1 parent 9de9e8b commit 4c6a88a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

include/boost/container/hub.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#ifndef BOOST_CONTAINER_HUB_HPP
1010
#define BOOST_CONTAINER_HUB_HPP
1111

12+
#include <boost/container/detail/config_begin.hpp>
13+
#include <boost/container/detail/workaround.hpp>
14+
1215
#include <algorithm>
1316
#include <boost/assert.hpp>
1417
#include <boost/config.hpp>
@@ -2371,4 +2374,8 @@ for_each_while(const hub<T, Allocator>& x, F f)
23712374
#pragma warning(pop) /* C4714 */
23722375
#endif
23732376

2377+
#include <boost/container/detail/config_end.hpp>
2378+
23742379
#endif
2380+
2381+

0 commit comments

Comments
 (0)