Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/dynamic_bitset.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // ----------------------------------------------------------- | |
2 // | |
3 // Copyright (c) 2001-2002 Chuck Allison and Jeremy Siek | |
4 // Copyright (c) 2003-2004, 2008 Gennaro Prota | |
5 // | |
6 // Distributed under the Boost Software License, Version 1.0. | |
7 // (See accompanying file LICENSE_1_0.txt or copy at | |
8 // http://www.boost.org/LICENSE_1_0.txt) | |
9 // | |
10 // ----------------------------------------------------------- | |
11 | |
12 #ifndef BOOST_DYNAMIC_BITSET_HPP | |
13 #define BOOST_DYNAMIC_BITSET_HPP | |
14 | |
15 #include "boost/dynamic_bitset/dynamic_bitset.hpp" | |
16 | |
17 #endif // include guard |