test_instantiate2.cpp 372 B

12345678910111213141516
  1. // Copyright John Maddock 2006.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #define TEST_COMPLEX
  6. #include "compile_test/instantiate.hpp"
  7. void other_test()
  8. {
  9. instantiate(double(0));
  10. instantiate_mixed(double(0));
  11. }