Commit 4875dcee authored by Davis King's avatar Davis King

Improved assert message.

parent a853fcbe
...@@ -302,6 +302,7 @@ namespace dlib ...@@ -302,6 +302,7 @@ namespace dlib
<< "\n\t Invalid arguments were given to this function." << "\n\t Invalid arguments were given to this function."
<< "\n\t target_node_id: " << target_node_id << "\n\t target_node_id: " << target_node_id
<< "\n\t number_of_nodes(): " << number_of_nodes() << "\n\t number_of_nodes(): " << number_of_nodes()
<< "\n\t node_id(): " << node_id()
<< "\n\t this: " << this << "\n\t this: " << this
); );
......
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