Corrected documentation for "reference".

This commit is contained in:
Ion Gaztañaga
2014-08-14 00:19:34 +02:00
parent 4a4b0edae4
commit 1afec2c716

View File

@@ -62,7 +62,7 @@ struct pointer_traits
//!Ptr::reference if such a type exists (non-standard extension); otherwise, element_type &
//!
typedef element_type &reference;
typedef unspecified_type reference;
#else
typedef Ptr pointer;
//