Commit f6df5ad1 authored by Davis King's avatar Davis King

Added missing requires clause.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402639
parent ed0261fe
...@@ -24,6 +24,8 @@ namespace dlib ...@@ -24,6 +24,8 @@ namespace dlib
unsigned long num_threads unsigned long num_threads
); );
/*! /*!
requires
- num_threads > 0
ensures ensures
- num_threads_in_pool() == num_threads - num_threads_in_pool() == num_threads
throws throws
......
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