mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-13 01:36:27 +07:00
fix clang 3.8 compilation
This commit is contained in:
@@ -87,7 +87,7 @@ namespace flat_hpp
|
||||
std::is_same<typename container_type::allocator_type, allocator_type>::value,
|
||||
"Container::allocator_type must be same type as allocator_type");
|
||||
public:
|
||||
flat_map() = default;
|
||||
flat_map() {}
|
||||
|
||||
explicit flat_map(
|
||||
const Allocator& a)
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace flat_hpp
|
||||
std::is_same<typename container_type::allocator_type, allocator_type>::value,
|
||||
"Container::allocator_type must be same type as allocator_type");
|
||||
public:
|
||||
flat_set() = default;
|
||||
flat_set() {}
|
||||
|
||||
explicit flat_set(
|
||||
const Allocator& a)
|
||||
|
||||
Reference in New Issue
Block a user