$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72403 - trunk/boost/icl/concept
From: afojgo_at_[hidden]
Date: 2011-06-05 09:11:34
Author: jofaber
Date: 2011-06-05 09:11:33 EDT (Sun, 05 Jun 2011)
New Revision: 72403
URL: http://svn.boost.org/trac/boost/changeset/72403
Log:
Fixed ticket #5562: typo in boost\icl\concept\element_set.hpp
Text files modified:
trunk/boost/icl/concept/element_set.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/icl/concept/element_set.hpp
==============================================================================
--- trunk/boost/icl/concept/element_set.hpp (original)
+++ trunk/boost/icl/concept/element_set.hpp 2011-06-05 09:11:33 EDT (Sun, 05 Jun 2011)
@@ -93,7 +93,7 @@
template<class Type>
inline typename enable_if<is_element_set<Type>, Type>::type&
-operator ^= (Type& object, const typename Type::element_tpye& operand)
+operator ^= (Type& object, const typename Type::element_type& operand)
{
return icl::flip(object, operand);
}