mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-15 10:16:20 +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,
|
std::is_same<typename container_type::allocator_type, allocator_type>::value,
|
||||||
"Container::allocator_type must be same type as allocator_type");
|
"Container::allocator_type must be same type as allocator_type");
|
||||||
public:
|
public:
|
||||||
flat_map() = default;
|
flat_map() {}
|
||||||
|
|
||||||
explicit flat_map(
|
explicit flat_map(
|
||||||
const Allocator& a)
|
const Allocator& a)
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ namespace flat_hpp
|
|||||||
std::is_same<typename container_type::allocator_type, allocator_type>::value,
|
std::is_same<typename container_type::allocator_type, allocator_type>::value,
|
||||||
"Container::allocator_type must be same type as allocator_type");
|
"Container::allocator_type must be same type as allocator_type");
|
||||||
public:
|
public:
|
||||||
flat_set() = default;
|
flat_set() {}
|
||||||
|
|
||||||
explicit flat_set(
|
explicit flat_set(
|
||||||
const Allocator& a)
|
const Allocator& a)
|
||||||
|
|||||||
Reference in New Issue
Block a user