Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/tti/tti.hpp @ 118:770eb830ec19 emscripten
Typo fix
| author | Chris Cannam |
|---|---|
| date | Wed, 18 May 2016 16:14:08 +0100 |
| parents | 2665513ce2d3 |
| children |
| rev | line source |
|---|---|
| Chris@16 | 1 |
| Chris@16 | 2 // (C) Copyright Edward Diener 2011,2012 |
| Chris@16 | 3 // Use, modification and distribution are subject to the Boost Software License, |
| Chris@16 | 4 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
| Chris@16 | 5 // http://www.boost.org/LICENSE_1_0.txt). |
| Chris@16 | 6 |
| Chris@16 | 7 #if !defined(BOOST_TTI_INTROSPECTION_HPP) |
| Chris@16 | 8 #define BOOST_TTI_INTROSPECTION_HPP |
| Chris@16 | 9 |
| Chris@16 | 10 #include "has_data.hpp" |
| Chris@16 | 11 #include "has_function.hpp" |
| Chris@16 | 12 #include "has_member_data.hpp" |
| Chris@16 | 13 #include "has_member_function.hpp" |
| Chris@16 | 14 #include "has_static_member_data.hpp" |
| Chris@16 | 15 #include "has_static_member_function.hpp" |
| Chris@16 | 16 #include "has_template.hpp" |
| Chris@16 | 17 #include "has_type.hpp" |
| Chris@16 | 18 #include "member_type.hpp" |
| Chris@16 | 19 |
| Chris@16 | 20 #endif // BOOST_TTI_INTROSPECTION_HPP |
