assert_vc8_p2.cpp 452 B

12345678910111213141516171819
  1. // Copyright Robin Linden 2018
  2. //
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org/libs/mpl for documentation.
  8. // $Id$
  9. // $Date$
  10. // $Revision$
  11. // Part of a test to demonstrate a linking error with
  12. // BOOST_MPL_ASSERT_MSG inside of functions under VC++8.
  13. #include "assert_vc8.hpp"
  14. static bool a = func<int>();