summaryrefslogtreecommitdiff
path: root/boost/fusion/container/vector/detail/equal_to_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/vector/detail/equal_to_impl.hpp')
-rw-r--r--boost/fusion/container/vector/detail/equal_to_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/container/vector/detail/equal_to_impl.hpp b/boost/fusion/container/vector/detail/equal_to_impl.hpp
index 50420cc827..18b3e4a31e 100644
--- a/boost/fusion/container/vector/detail/equal_to_impl.hpp
+++ b/boost/fusion/container/vector/detail/equal_to_impl.hpp
@@ -25,7 +25,7 @@ namespace boost { namespace fusion
struct equal_to_impl<vector_iterator_tag>
{
template <typename I1, typename I2>
- struct apply
+ struct apply
: is_same<
typename I1::identity
, typename I2::identity