summaryrefslogtreecommitdiff
path: root/boost/fusion/view/zip_view/zip_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/zip_view/zip_view.hpp')
-rw-r--r--boost/fusion/view/zip_view/zip_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/view/zip_view/zip_view.hpp b/boost/fusion/view/zip_view/zip_view.hpp
index cf6f6d2716..b03272015d 100644
--- a/boost/fusion/view/zip_view/zip_view.hpp
+++ b/boost/fusion/view/zip_view/zip_view.hpp
@@ -126,7 +126,7 @@ namespace boost { namespace fusion {
zip_view(
const Sequences& seqs)
: sequences_(seqs)
- {};
+ {}
sequences sequences_;
};