Merge pull request #117 from fiesh/develop

error: reference to 'ws' is ambiguous
This commit is contained in:
Joel de Guzman
2015-11-24 05:36:16 +08:00

View File

@ -110,8 +110,7 @@ namespace boost { namespace fusion
{
// read a delimiter
string_type const* p = stream_data_t::get(stream);
using namespace std;
ws(stream);
std::ws(stream);
if (p)
{