mirror of
https://github.com/boostorg/container.git
synced 2026-07-08 15:50:52 +02:00
Fixes to flat_map when used as an adaptor from regression tests errors in Mingw.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user