/Src/Dependencies/Boost/boost/spirit/include/support_info.hpp

http://hadesmem.googlecode.com/ · C++ Header · 17 lines · 7 code · 3 blank · 7 comment · 0 complexity · 1f5400a306e15b74aab9719d0668e8fe MD5 · raw file

  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Joel de Guzman
  3. http://spirit.sourceforge.net/
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. =============================================================================*/
  7. #ifndef BOOST_SPIRIT_INCLUDE_SUPPORT_INFO
  8. #define BOOST_SPIRIT_INCLUDE_SUPPORT_INFO
  9. #if defined(_MSC_VER)
  10. #pragma once
  11. #endif
  12. #include <boost/spirit/home/support/info.hpp>
  13. #endif