No, of course not. std::source_location::current()
returns by value, it can't guarantee that.
↧
Answer by HolyBlackCat for Is std::source_location guarenteed to reuse the same object?
↧
No, of course not. std::source_location::current()
returns by value, it can't guarantee that.