mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 13:07:28 +02:00
Merge pull request #117 from fiesh/develop
error: reference to 'ws' is ambiguous
This commit is contained in:
@ -110,8 +110,7 @@ namespace boost { namespace fusion
|
|||||||
{
|
{
|
||||||
// read a delimiter
|
// read a delimiter
|
||||||
string_type const* p = stream_data_t::get(stream);
|
string_type const* p = stream_data_t::get(stream);
|
||||||
using namespace std;
|
std::ws(stream);
|
||||||
ws(stream);
|
|
||||||
|
|
||||||
if (p)
|
if (p)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user