Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/proto/context.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 /// \file context.hpp | |
3 /// Includes all the context classes in the context/ sub-directory. | |
4 // | |
5 // Copyright 2008 Eric Niebler. Distributed under the Boost | |
6 // Software License, Version 1.0. (See accompanying file | |
7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
8 | |
9 #ifndef BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007 | |
10 #define BOOST_PROTO_CONTEXT_HPP_EAN_06_23_2007 | |
11 | |
12 #include <boost/proto/context/null.hpp> | |
13 #include <boost/proto/context/default.hpp> | |
14 #include <boost/proto/context/callable.hpp> | |
15 | |
16 #endif |