Merge pull request #149 from kuhlenough/develop

isspace(c) is not a macro in Dinkum clib for VxWorks
This commit is contained in:
Joel de Guzman
2017-08-11 04:42:26 +08:00
committed by GitHub

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)