Skip to content

Commit

Permalink
Document block_size option in deque_options
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed May 21, 2024
1 parent 292bab3 commit 8d17978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/container/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d17978

Please sign in to comment.