summaryrefslogtreecommitdiff
path: root/boost/hana/fwd/symmetric_difference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/fwd/symmetric_difference.hpp')
-rw-r--r--boost/hana/fwd/symmetric_difference.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/hana/fwd/symmetric_difference.hpp b/boost/hana/fwd/symmetric_difference.hpp
index e0ba2c7c91..d23d637c30 100644
--- a/boost/hana/fwd/symmetric_difference.hpp
+++ b/boost/hana/fwd/symmetric_difference.hpp
@@ -34,14 +34,6 @@ BOOST_HANA_NAMESPACE_BEGIN
//! Example
//! -------
//! @include example/symmetric_difference.cpp
- //!
- //!
- //! Benchmarks
- //! ----------
- //! <div class="benchmark-chart"
- //! style="min-width: 310px; height: 400px; margin: 0 auto"
- //! data-dataset="benchmark.symmetric_difference.compile.json">
- //! </div>
#ifdef BOOST_HANA_DOXYGEN_INVOKED
constexpr auto symmetric_difference = [](auto&& xs, auto&& ys) {
return tag-dispatched;