mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
GH #119: JSON::Object holds values in ordered map
- fixed GH #119: JSON::Object holds values in ordered map - added PrintHandler - renamed DefaultHandler to ParseHandler - redefined DefaultHandler as typedef to ParseHandler
This commit is contained in:
@@ -40,13 +40,6 @@
|
||||
namespace Poco {
|
||||
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define POCO_DEFAULT_NEWLINE_CHARS "\r\n"
|
||||
#else
|
||||
#define POCO_DEFAULT_NEWLINE_CHARS "\n"
|
||||
#endif
|
||||
|
||||
|
||||
const std::string LineEnding::NEWLINE_DEFAULT(POCO_DEFAULT_NEWLINE_CHARS);
|
||||
const std::string LineEnding::NEWLINE_CR("\r");
|
||||
const std::string LineEnding::NEWLINE_CRLF("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user