mirror of https://github.com/davisking/dlib.git
Clarified the specs.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402817
This commit is contained in:
parent
c02fd30aa1
commit
542359605b
|
@ -16,7 +16,8 @@ namespace dlib
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
REQUIREMENTS ON ARRAY_BASE
|
REQUIREMENTS ON ARRAY_BASE
|
||||||
must be an implementation of array/array_kernel_abstract.h
|
- must be an implementation of array/array_kernel_abstract.h
|
||||||
|
- array_base::type must be a type with that is comparable via operator<
|
||||||
|
|
||||||
POINTERS AND REFERENCES
|
POINTERS AND REFERENCES
|
||||||
sort() may invalidate pointers and references to internal data.
|
sort() may invalidate pointers and references to internal data.
|
||||||
|
|
|
@ -17,8 +17,8 @@ namespace dlib
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
REQUIREMENTS ON QUEUE_BASE
|
REQUIREMENTS ON QUEUE_BASE
|
||||||
queue_base is instantiated with type T and
|
- is an implementation of queue/queue_kernel_abstract.h
|
||||||
is an implementation of queue/queue_kernel_abstract.h
|
- queue_base::type must be a type with that is comparable via operator<
|
||||||
|
|
||||||
POINTERS AND REFERENCES TO INTERNAL DATA
|
POINTERS AND REFERENCES TO INTERNAL DATA
|
||||||
sort() may invalidate pointers and references to internal data.
|
sort() may invalidate pointers and references to internal data.
|
||||||
|
|
Loading…
Reference in New Issue