/Src/Dependencies/Boost/boost/fusion/algorithm/iteration/fold.hpp

http://hadesmem.googlecode.com/ · C++ Header · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 19d644c29bd101d40346fbbcc12354b3 MD5 · raw file

  1. /*=============================================================================
  2. Copyright (c) 2001-2007 Joel de Guzman
  3. Copyright (c) 2007 Dan Marsden
  4. Copyright (c) 2009-2010 Christopher Schmidt
  5. Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. ==============================================================================*/
  8. #ifndef BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
  9. #define BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
  10. #include <boost/fusion/algorithm/iteration/detail/fold.hpp>
  11. #endif