Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/units/systems/information.hpp @ 102:f46d142149f5
Whoops, finish that update
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:13:41 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
101:c530137014c0 | 102:f46d142149f5 |
---|---|
1 // Boost.Units - A C++ library for zero-overhead dimensional analysis and | |
2 // unit/quantity manipulation and conversion | |
3 // | |
4 // Copyright (C) 2014 Erik Erlandson | |
5 // | |
6 // Distributed under the Boost Software License, Version 1.0. (See | |
7 // accompanying file LICENSE_1_0.txt or copy at | |
8 // http://www.boost.org/LICENSE_1_0.txt) | |
9 | |
10 #ifndef BOOST_UNITS_INFORMATION_HPP | |
11 #define BOOST_UNITS_INFORMATION_HPP | |
12 | |
13 #include <boost/units/systems/information/byte.hpp> | |
14 #include <boost/units/systems/information/bit.hpp> | |
15 #include <boost/units/systems/information/nat.hpp> | |
16 #include <boost/units/systems/information/hartley.hpp> | |
17 #include <boost/units/systems/information/shannon.hpp> | |
18 #include <boost/units/systems/information/prefixes.hpp> | |
19 | |
20 #endif |