From 1afec2c7163b3d16e2c1926d128ef7261147ebce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 14 Aug 2014 00:19:34 +0200 Subject: [PATCH] Corrected documentation for "reference". --- include/boost/intrusive/pointer_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/intrusive/pointer_traits.hpp b/include/boost/intrusive/pointer_traits.hpp index d16471c..4face3e 100644 --- a/include/boost/intrusive/pointer_traits.hpp +++ b/include/boost/intrusive/pointer_traits.hpp @@ -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; //