#include #include #include "gtest/gtest.h" #include "libpmr/allocator.h" TEST(allocator, detail) { EXPECT_FALSE(pmr::detail::has_allocate::value); EXPECT_FALSE(pmr::detail::has_allocate::value); EXPECT_FALSE(pmr::detail::has_allocate>::value); EXPECT_TRUE (pmr::detail::has_allocate>::value); EXPECT_TRUE (pmr::detail::has_allocate::value); EXPECT_TRUE (pmr::detail::has_allocate>::value); } TEST(allocator, construct) { }