Cam Mannett
Cam Mannett
I see this problem with Boost too. I used overrides in my manifest to drop a load of Boost modules to version to 1.74, works fine locally (because of the...
Is this just a case of replacing the `unwrap()` calls with `expect()`? Is there a documented requirement for the formatting of the error message?
I've made the changes I think are required, but I've hit across an unexpected issue. Because I've added an error string, this has pushed some lines over the column limit...
> @cmannett85, did you ever get a response, or did these changes land? Yes, they're in the PR listed above.
To be honest, it's made no dent at all in the unit test exe size...
This won't reduce code bloat and creates a lot of other complexity - not worth it.
I wonder if it is caused by this GCC bug I reported: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108269 Clang works correctly.