Poco1.8.1 compilation error for C++98 mode #2121

This commit is contained in:
Alex Fabijanic
2018-01-31 18:32:15 -06:00
parent c8c6662069
commit e8be21dc66
37 changed files with 595 additions and 402 deletions

View File

@@ -160,12 +160,12 @@ inline std::size_t Parser::getDepth() const
return getDepthImpl();
}
/*
inline void Parser::setHandler(const Handler::Ptr& pHandler)
{
setHandlerImpl(pHandler);
}
*/
inline const Handler::Ptr& Parser::getHandler()
{

View File

@@ -26,7 +26,7 @@
#include "Poco/UTF8Encoding.h"
#include "Poco/Dynamic/Var.h"
#include <string>
//#include "pdjson.h"
struct json_stream;
@@ -104,7 +104,7 @@ private:
void stripComments(std::string& json);
bool checkError();
json_stream* _pJSON;
struct json_stream* _pJSON;
Handler::Ptr _pHandler;
int _depth;
char _decimalPoint;