]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/basic_tuple.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / hana / fwd / basic_tuple.hpp
index 8444f0f50e30b2949a48bd132b5429d3b3f07fd3..69d4073f034d5741c5304d8786ce6cd24870db4b 100644 (file)
@@ -22,6 +22,11 @@ BOOST_HANA_NAMESPACE_BEGIN
     //! `std::tuple`, `basic_tuple` provides the strict minimum required to
     //! implement a closure with maximum compile-time efficiency.
     //!
+    //! @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
     //! ----------------