• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 ///////////////////////////////////////////////////////////////
2 //  Copyright 2019 John Maddock. Distributed under the Boost
3 //  Software License, Version 1.0. (See accompanying file
4 //  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
5 
6 #include "../performance_test.hpp"
7 
test01()8 void test01()
9 {
10 #ifdef TEST_INT64
11    test<boost::uint64_t>("boost::uint64_t", 64);
12 #endif
13 }
14