add boost on mac
This commit is contained in:
21
macx64/include/boost/metaparse/transform_error_message.hpp
Normal file
21
macx64/include/boost/metaparse/transform_error_message.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef BOOST_METAPARSE_TRANSFORM_ERROR_MESSAGE_HPP
|
||||
#define BOOST_METAPARSE_TRANSFORM_ERROR_MESSAGE_HPP
|
||||
|
||||
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
|
||||
// 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/v1/transform_error_message.hpp>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
namespace metaparse
|
||||
{
|
||||
using v1::transform_error_message;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user