fix compile error with boost 1.49 - closes #2467
This commit is contained in:
parent
1b9ba41f96
commit
0639d54db4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ struct regex_replace_impl
|
|||
#ifdef BOOST_SPIRIT_USE_PHOENIX_V3
|
||||
template <typename T>
|
||||
#else
|
||||
template <typename T0, typename T1>
|
||||
template <typename T0, typename T1, typename T2>
|
||||
#endif
|
||||
struct result
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue