Make buffer_type public

Reason: Failures from GCC and Clang. See the new code comment.
This commit is contained in:
Gennaro Prota
2025-09-10 11:19:05 +02:00
parent 6747f81566
commit 0ca460971e
2 changed files with 11 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ exclude-symbols:
- 'boost::detail::**'
- 'boost::to_string_helper'
- 'boost::dynamic_bitset::bit_appender'
- 'boost::dynamic_bitset::buffer_type'
file-patterns:
- '*.hpp'
multipage: true