forked from boostorg/fusion
isspace(c) is not a macro in Dinkum clib for VxWorks, must be in std namespace
This commit is contained in:
@ -131,6 +131,7 @@ namespace boost { namespace fusion
|
|||||||
void
|
void
|
||||||
check_delim(Char c) const
|
check_delim(Char c) const
|
||||||
{
|
{
|
||||||
|
using namespace std;
|
||||||
if (!isspace(c))
|
if (!isspace(c))
|
||||||
{
|
{
|
||||||
if (stream.get() != c)
|
if (stream.get() != c)
|
||||||
|
Reference in New Issue
Block a user