From 40b36588e463250dbb91c175e0fad243f46b451e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 17 Oct 2007 15:40:41 +0000 Subject: [PATCH] Added include. Erased wrong "non" word in swap members' Throws clause. [SVN r40124] --- include/boost/intrusive/rbtree.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/intrusive/rbtree.hpp b/include/boost/intrusive/rbtree.hpp index fb68995..d682f4e 100644 --- a/include/boost/intrusive/rbtree.hpp +++ b/include/boost/intrusive/rbtree.hpp @@ -28,6 +28,7 @@ #include #include #include +#include namespace boost { namespace intrusive { @@ -418,7 +419,7 @@ class rbtree_impl //! //! Complexity: Constant. //! - //! Throws: If the comparison functor's none swap call throws. + //! Throws: If the comparison functor's swap call throws. void swap(rbtree_impl& other) { //This can throw