mirror of https://gitee.com/bigwinds/arangodb
16 lines
442 B
C++
16 lines
442 B
C++
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
|
|
// 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)
|
|
|
|
#include <boost/metaparse.hpp>
|
|
|
|
// disable the include guard
|
|
#ifndef BOOST_METAPARSE_HPP
|
|
# error The include guard of boost/metaparse.hpp has changed.
|
|
#endif
|
|
#undef BOOST_METAPARSE_HPP
|
|
|
|
#include <boost/metaparse.hpp>
|
|
|