74722b8e46
- Added documention for the function adaption macros - Added the What's new section - Fixed some bugs - Added basic support for phx2 result type deduction, not in production yet [spirit] - Made necessary changes that reflect latest phoenix internal changes [SVN r71227]
14 lines
476 B
C++
14 lines
476 B
C++
/*==============================================================================
|
|
Copyright (c) 2005-2010 Joel de Guzman
|
|
Copyright (c) 2010-2011 Thomas Heller
|
|
|
|
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)
|
|
==============================================================================*/
|
|
|
|
#ifndef BOOST_PHOENIX_HPP
|
|
|
|
#include <boost/phoenix/phoenix.hpp>
|
|
|
|
#endif
|