Home
last modified time | relevance | path

Searched defs:allocator_no_forward (Results 1 – 1 of 1) sorted by relevance

/third_party/json/test/src/
Dunit-allocator.cpp241 struct allocator_no_forward : std::allocator<T> struct
243 allocator_no_forward() {} in allocator_no_forward() function
245 allocator_no_forward(allocator_no_forward<U>) {} in allocator_no_forward() argument
248 struct rebind
254 … construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args...))) in construct()