Fixes to flat_map when used as an adaptor from regression tests errors in Mingw.

This commit is contained in:
Ion Gaztañaga
2017-08-28 11:58:43 +02:00
parent c123accab1
commit 9ee836ee3d
4 changed files with 18 additions and 9 deletions

View File

@@ -88,14 +88,12 @@ namespace boost{
namespace container{
template class flat_map
< test::movable_and_copyable_int
, test::movable_and_copyable_int
< test::movable_and_copyable_int
, test::movable_and_copyable_int
, std::less<test::movable_and_copyable_int>
, std::vector<test_pair_t>
>;
} //container_detail {
}} //boost::container
#endif