summaryrefslogtreecommitdiff
path: root/boost/hana/fwd/tuple.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/fwd/tuple.hpp')
-rw-r--r--boost/hana/fwd/tuple.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/hana/fwd/tuple.hpp b/boost/hana/fwd/tuple.hpp
index f51ab9ac22..9ee2e00ace 100644
--- a/boost/hana/fwd/tuple.hpp
+++ b/boost/hana/fwd/tuple.hpp
@@ -32,6 +32,11 @@ BOOST_HANA_NAMESPACE_BEGIN
//! sequence with a key-based access, then you should consider
//! `hana::map` or `hana::set` instead.
//!
+ //! @note
+ //! When you use a container, remember not to make assumptions about its
+ //! representation, unless the documentation gives you those guarantees.
+ //! More details [in the tutorial](@ref tutorial-containers-types).
+ //!
//!
//! Modeled concepts
//! ----------------