mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Unified line endings.
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <crtdbg.h>
|
||||
|
||||
#endif // _DEBUG
|
||||
|
||||
#endif // _DEBUG
|
||||
|
||||
|
@@ -10,7 +10,7 @@ namespace YAML
|
||||
public:
|
||||
ParserException(int line_, int column_, const std::string& msg_)
|
||||
: line(line_), column(column_), msg(msg_) {}
|
||||
virtual ~ParserException() throw () {}
|
||||
virtual ~ParserException() throw () {}
|
||||
|
||||
int line, column;
|
||||
std::string msg;
|
||||
|
@@ -4,5 +4,5 @@
|
||||
#include "parser.h"
|
||||
#include "node.h"
|
||||
#include "iterator.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
#include "exceptions.h"
|
||||
|
||||
|
Reference in New Issue
Block a user