mirror of https://github.com/davisking/dlib.git
Fixed grammar
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404038
This commit is contained in:
parent
f8786021dc
commit
f3aa577974
|
@ -634,7 +634,7 @@ namespace dlib
|
|||
|
||||
/*!A basic_type
|
||||
|
||||
This is a template that takes a type and trips off any const, volatile, or reference
|
||||
This is a template that takes a type and strips off any const, volatile, or reference
|
||||
qualifiers and gives you back the basic underlying type. So for example:
|
||||
|
||||
basic_type<const int&>::type == int
|
||||
|
|
Loading…
Reference in New Issue