• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
6 #define TEST_COMPLEX
7 
8 #include "compile_test/instantiate.hpp"
9 
other_test()10 void other_test()
11 {
12    instantiate(double(0));
13    instantiate_mixed(double(0));
14 }
15 
16 
17