Suppose I want to make a new deduction guide making the following possible ?
std::string str;
std::basic_string_view sv = str;
Would that be an Ok customization ?
[namespace.std]/2.4:
The behavior of a C++ program is undefined if it declares [...] a deduction guide for any standard library class template.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With