summaryrefslogtreecommitdiff
path: root/boost/fusion/container/list/detail/value_of_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/list/detail/value_of_impl.hpp')
-rw-r--r--boost/fusion/container/list/detail/value_of_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/container/list/detail/value_of_impl.hpp b/boost/fusion/container/list/detail/value_of_impl.hpp
index daabe4110e..9e7aa2085c 100644
--- a/boost/fusion/container/list/detail/value_of_impl.hpp
+++ b/boost/fusion/container/list/detail/value_of_impl.hpp
@@ -21,7 +21,7 @@ namespace boost { namespace fusion
struct value_of_impl<cons_iterator_tag>
{
template <typename Iterator>
- struct apply
+ struct apply
{
typedef typename Iterator::cons_type cons_type;
typedef typename cons_type::car_type type;