Document block_size option in deque_options

This commit is contained in:
Ion Gaztañaga
2024-05-21 14:16:18 +02:00
parent 292bab35c6
commit 8d17978748

View File

@@ -617,7 +617,7 @@ typedef deque_opt<0u, 0u> deque_null_opt;
//! Helper metafunction to combine options into a single type to be used
//! by \c boost::container::deque.
//! Supported options are: \c boost::container::block_bytes
//! Supported options are: \c boost::container::block_bytes and \c boost::container::block_size
#if defined(BOOST_CONTAINER_DOXYGEN_INVOKED) || defined(BOOST_CONTAINER_VARIADIC_TEMPLATES)
template<class ...Options>
#else