fix compile in master after 8d5b983cb6
since master still uses phoenix v2
This commit is contained in:
parent
8d5b983cb6
commit
9682af53da
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue