| 3117 | } |
| 3118 | |
| 3119 | allocator_type get_default_allocator(std::false_type) const |
| 3120 | { |
| 3121 | JSONCONS_THROW(json_runtime_error<std::domain_error>("No default allocator if allocator is not default constructible.")); |
| 3122 | } |
| 3123 | |
| 3124 | allocator_type get_default_allocator(std::true_type) const |
| 3125 | { |