]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/functional/hash/test/hash_float_test.cpp
bump version to 12.2.12-pve1
[ceph.git] / ceph / src / boost / libs / functional / hash / test / hash_float_test.cpp
CommitLineData
7c673cae
FG
1
2// Copyright 2005-2009 Daniel James.
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#include "hash_float_test.hpp"
7
8int main()
9{
10 std::cerr<<"Compiler: "<<BOOST_COMPILER<<"\n";
11 std::cerr<<"Platform: "<<BOOST_PLATFORM<<"\n";
12 std::cerr<<"Library: "<<BOOST_STDLIB<<"\n\n";
13
14 float_tests("float", (float*) 0);
15 float_tests("double", (double*) 0);
16
17 return boost::report_errors();
18}