14 Feb
2022
14 Feb
'22
8:58 p.m.
Niall Douglas wrote:
I also think you need a separate macro control for boost::system::error_code's use of source location, because it won't be unusual to want global source location function to be working but error_code's use of it to be globally disabled.
boost::system::error_code doesn't create any source locations by itself. If you give it a pointer to one, it stores it. If not, not.