Commit 514be3de authored by Davis King's avatar Davis King

Added throw() spec to a throwing destructor.

parent f50faa47
...@@ -183,7 +183,7 @@ namespace ...@@ -183,7 +183,7 @@ namespace
DLIB_TEST(is_running() == false); DLIB_TEST(is_running() == false);
} }
~test4_c2() ~test4_c2() throw (std::exception)
{ {
DLIB_TEST(number_of_threads_registered() == 2); DLIB_TEST(number_of_threads_registered() == 2);
DLIB_TEST(number_of_threads_alive() == 2); DLIB_TEST(number_of_threads_alive() == 2);
......
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