From 8d179787482f389d9dc564273e81b651b4a4f088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 21 May 2024 14:16:18 +0200 Subject: [PATCH] Document block_size option in deque_options --- include/boost/container/options.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/options.hpp b/include/boost/container/options.hpp index 48edd381..ce00b48f 100644 --- a/include/boost/container/options.hpp +++ b/include/boost/container/options.hpp @@ -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 #else