fix compile in master after 8d5b983cb6 since master still uses phoenix v2

This commit is contained in:
Dane Springmeyer 2013-05-14 10:31:13 -07:00
parent 8d5b983cb6
commit 9682af53da

View file

@ -86,7 +86,11 @@ struct cleanup
struct where_message
{
typedef std::string result_type;
template <typename T0,typename T1,typename T2>
struct result
{
typedef std::string type;
};
template <typename Iterator>
std::string operator() (Iterator first, Iterator last, std::size_t size) const