Commit ead500e0 authored by Davis King's avatar Davis King

Clarified spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403940
parent 751098c0
...@@ -37,6 +37,7 @@ namespace dlib ...@@ -37,6 +37,7 @@ namespace dlib
REQUIREMENTS ON deleter REQUIREMENTS ON deleter
Must be a function object that performs deallocation of a pointer Must be a function object that performs deallocation of a pointer
of type T. For example, see the default_deleter type defined above. of type T. For example, see the default_deleter type defined above.
It must also not throw when constructed or when performing a delete.
INITIAL VALUE INITIAL VALUE
defined by constructor defined by constructor
......
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