boostorg / locale

Boost.Locale
Boost Software License 1.0
31 stars 70 forks source link

Add support for custom allocators to boost::locale::conv::utf_to_utf #232

Closed Flamefire closed 2 months ago

Flamefire commented 2 months ago

Add new optional parameter such that the use of custom allocators is supported by boost::locale::conv::utf_to_utf.

Based on (stale) PR #231 with

Closes #231