Filter our formatter specialization

This commit is contained in:
Ruben Perez 2025-01-30 17:42:53 +01:00
parent 74e92afafd
commit 4e24f7f48b

View File

@ -18,6 +18,7 @@ exclude-symbols:
- "boost::mysql::mariadb_server_errc"
- "boost::mysql::mysql_collations"
- "boost::mysql::mariadb_collations"
- "boost::mysql::formatter<*>"
implementation-defined:
- "boost::mysql::impl_defined::**" # Matching symbols need to not be excluded. Including all detail is slow and causes trouble
verbose: true