/* Copyright 2018 Glen Joseph Fernandes (glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) */ #include struct S; void value_test() { boost::alignment::aligned_allocator a; (void)a; } void rebind_test() { boost::alignment::aligned_allocator::rebind::other a; (void)a; }