mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
Poco1.8.1 compilation error for C++98 mode #2121
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user