2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-15 01:12:09 +00:00

[phoenix] fixed some ADL hickups

[SVN r71239]
This commit is contained in:
Thomas Heller
2011-04-14 05:05:08 +00:00
parent 4862a41024
commit 36055f654f
2 changed files with 30 additions and 30 deletions

View File

@@ -75,7 +75,7 @@ namespace boost { namespace phoenix
>
, proto::otherwise<test(proto::_, proto::_state)>
>
, test()
, proto::call<phoenix::detail::test()>
>
>
{};