"src/runtime/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "bf264d00fe1039eb588165aee6e414ef6ba3a08a"
Commit cd31586f authored by Davis King's avatar Davis King
Browse files

Minor change to avoid compile time error in gcc.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404055
parent 4e8e85e1
...@@ -87,6 +87,9 @@ namespace dlib ...@@ -87,6 +87,9 @@ namespace dlib
invalid_label(const std::string& msg, const label_type& l1_, const label_type& l2_ invalid_label(const std::string& msg, const label_type& l1_, const label_type& l2_
) : dlib::error(msg), l1(l1_), l2(l2_) {}; ) : dlib::error(msg), l1(l1_), l2(l2_) {};
virtual ~invalid_label(
) throw() {}
label_type l1, l2; label_type l1, l2;
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment