// common_type_test.cpp ----------------------------------------------------// // Copyright 2010 Beman Dawes // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #define _CRT_SECURE_NO_WARNINGS // disable VC++ foolishness #include "test.hpp" #ifndef TEST_STD #include #else #include #endif struct C1 { //~ private: //~ C1(); }; struct C2 {}; typedef tt::common_type::type AC;