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