2 Dec
2019
2 Dec
'19
6:12 p.m.
On Mon, Dec 2, 2019 at 11:57 AM Zach Laine via Boost
+1. FWIW, I find "this is a drop-in replacement" to be a typically unattainable goal for anything that is not based on some kind of polymorphism (compile- or runtime). That is, the polymorphic drop-in mechanism only cares about a subset of API and/or behavior.
Perhaps we provide two separate functions like was mentioned previously, where one returns a fixed_string and the other returns a string_view.