| 66 | #endif // !defined(JSONCONS_NO_DEPRECATED) |
| 67 | |
| 68 | inline |
| 69 | allocator_set<std::allocator<char>,std::allocator<char>> make_alloc_set() |
| 70 | { |
| 71 | return allocator_set<std::allocator<char>,std::allocator<char>>(std::allocator<char>(), std::allocator<char>()); |
| 72 | } |
| 73 | |
| 74 | template <typename Alloc> |
| 75 | allocator_set<Alloc,std::allocator<char>> make_alloc_set(const Alloc& alloc) |
no outgoing calls
no test coverage detected