Glen Fernandes
8298952a12
Update unit tests for make_shared/allocate_shared for arrays
...
Before pending refactor of make_shared and allocate_shared for arrays.
2016-02-19 08:13:41 -05:00
Glen Fernandes
75add10b1d
Simplify ms_allocator and as_allocator design
2014-02-28 10:19:50 -08:00
Glen Fernandes
e1f170cd49
Drop variadic templates in unit test for VC11
2014-02-06 17:09:27 -08:00
Glen Fernandes
5008957bd0
Remove type2 tests in a_s_construct_test
2014-02-05 09:10:45 -08:00
Glen Fernandes
6d73b4aa54
Work around VC11 which has broken rebind_traits
...
VC11 has only partial support for C++11 allocators. For example it has a
non-conforming rebind_alloc and rebind_traits in std::allocator_traits
because it does not support C++11 template aliases.
2014-02-04 23:56:34 -08:00
Glen Fernandes
f27b780724
Add unit test for allocate_shared construct case
2014-02-04 13:17:49 -08:00