diff --git a/include/yaml-cpp/node/convert.h b/include/yaml-cpp/node/convert.h index 9d22c74..5a07b6e 100644 --- a/include/yaml-cpp/node/convert.h +++ b/include/yaml-cpp/node/convert.h @@ -25,27 +25,12 @@ #include "yaml-cpp/null.h" - -namespace YAML{ -namespace conversion{ -namespace exception{ -class DecodeException : public std::runtime_error { - using runtime_error::runtime_error; -}; -} -} -} - - - namespace YAML { class Binary; struct _Null; template -struct convert { - using this_type = T; -}; +struct convert; } // namespace YAML #define BAD_DECODE_EXCEPTION throw YAML::conversion::DecodeException();