/Src/Dependencies/Boost/boost/spirit/include/qi_parse_auto.hpp
http://hadesmem.googlecode.com/ · C++ Header · 19 lines · 8 code · 3 blank · 8 comment · 0 complexity · 0ad08f78ca0d845a494d4da533713d4c MD5 · raw file
- /*=============================================================================
- Copyright (c) 2001-2011 Joel de Guzman
- Copyright (c) 2001-2011 Hartmut Kaiser
- http://spirit.sourceforge.net/
- Distributed under the Boost Software License, Version 1.0. (See accompanying
- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- =============================================================================*/
- #ifndef BOOST_SPIRIT_INCLUDE_QI_PARSE_AUTO
- #define BOOST_SPIRIT_INCLUDE_QI_PARSE_AUTO
- #if defined(_MSC_VER)
- #pragma once
- #endif
- #include <boost/spirit/home/qi/parse.hpp>
- #include <boost/spirit/home/qi/detail/parse_auto.hpp>
- #endif