annotate DEPENDENCIES/generic/include/boost/spirit/home/x3/auxiliary.hpp @ 133:4acb5d8d80b6
tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author |
Chris Cannam |
date |
Tue, 30 Jul 2019 12:25:44 +0100 |
parents |
f46d142149f5 |
children |
|
rev |
line source |
Chris@102
|
1 /*=============================================================================
|
Chris@102
|
2 Copyright (c) 2001-2014 Joel de Guzman
|
Chris@102
|
3 Copyright (c) 2001-2011 Hartmut Kaiser
|
Chris@102
|
4
|
Chris@102
|
5 Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Chris@102
|
6 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
Chris@102
|
7 ==============================================================================*/
|
Chris@102
|
8 #if !defined(BOOST_SPIRIT_X3_AUXILIARY_FEBRUARY_03_2007_0355PM)
|
Chris@102
|
9 #define BOOST_SPIRIT_X3_AUXILIARY_FEBRUARY_03_2007_0355PM
|
Chris@102
|
10
|
Chris@102
|
11 #if defined(_MSC_VER)
|
Chris@102
|
12 #pragma once
|
Chris@102
|
13 #endif
|
Chris@102
|
14
|
Chris@102
|
15 #include <boost/spirit/home/x3/auxiliary/any_parser.hpp>
|
Chris@102
|
16 #include <boost/spirit/home/x3/auxiliary/eps.hpp>
|
Chris@102
|
17 #include <boost/spirit/home/x3/auxiliary/guard.hpp>
|
Chris@102
|
18 //~ #include <boost/spirit/home/x3/auxiliary/lazy.hpp>
|
Chris@102
|
19 #include <boost/spirit/home/x3/auxiliary/eol.hpp>
|
Chris@102
|
20 #include <boost/spirit/home/x3/auxiliary/eoi.hpp>
|
Chris@102
|
21 #include <boost/spirit/home/x3/auxiliary/attr.hpp>
|
Chris@102
|
22 //~ #include <boost/spirit/home/x3/auxiliary/attr_cast.hpp>
|
Chris@102
|
23
|
Chris@102
|
24 #endif
|