qi_copy.hpp 571 B

1234567891011121314151617
  1. /*=============================================================================
  2. Copyright (c) 2001-2012 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_COPY
  8. #define BOOST_SPIRIT_INCLUDE_SUPPORT_COPY
  9. #if defined(_MSC_VER)
  10. #pragma once
  11. #endif
  12. #include <boost/spirit/home/qi/copy.hpp>
  13. #endif