Files
FastDeploy/third_party/yaml-cpp/src/depthguard.cpp
T
jiangjiajun 9d87046d78 first commit
2022-07-05 09:30:15 +00:00

10 lines
241 B
C++

#include "yaml-cpp/depthguard.h"
namespace YAML {
DeepRecursion::DeepRecursion(int depth, const Mark& mark_,
const std::string& msg_)
: ParserException(mark_, msg_), m_depth(depth) {}
} // namespace YAML