isspace(c) is not a macro in Dinkum clib for VxWorks, must be in std namespace

This commit is contained in:
Brian Kuhl
2017-08-10 12:19:32 -04:00
parent 503a89dc89
commit 7c15df79f2

View File

@ -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)