From 7338abf061d7f114ab548d779ecca0dc7888fdf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 26 Sep 2007 15:25:36 +0000 Subject: [PATCH] Changes introduced by the new intrusive version. [SVN r39547] --- include/boost/intrusive/circular_list_algorithms.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/intrusive/circular_list_algorithms.hpp b/include/boost/intrusive/circular_list_algorithms.hpp index 5dfb2d6..5e28e19 100644 --- a/include/boost/intrusive/circular_list_algorithms.hpp +++ b/include/boost/intrusive/circular_list_algorithms.hpp @@ -52,6 +52,7 @@ class circular_list_algorithms public: typedef typename NodeTraits::node_ptr node_ptr; typedef typename NodeTraits::const_node_ptr const_node_ptr; + typedef NodeTraits node_traits; //! Effects: Constructs an empty list, making this_node the only //! node of the circular list: