mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +02:00
Corrected documentation for "reference".
This commit is contained in:
@@ -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;
|
||||
//
|
||||
|
Reference in New Issue
Block a user