help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The isspace() Function Is In The std Namespace


From: Alexander J. Oss
Subject: The isspace() Function Is In The std Namespace
Date: Mon, 25 Mar 2002 02:26:12 -0500

...still monkeying with compilation of cgicc 3.2.1 in BCB 5.0.

The call to isspace() in CgiEnvironment.cpp is, I believe, missing the std::
namespace specifier.  (See D.5.2 and .3 of the standard.)  I think it should
read:

    if(STDNS isspace(*data_iter) == 0)

Otherwise I get undefined function errors.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]