I'm trying to use boost tti has_member_function to test if a
user-specified allocator has the expected methods. However, this fails
with standard allocators.
#include <iostream>
#include <memory>
#include
I'm trying to use boost tti has_member_function to test if a
user-specified allocator has the expected methods. However, this fails
with standard allocators.
#include <iostream>
#include <memory>
#include