Peter Dimov
Peter Dimov
Not sure how relevant this issue is today, but the warning seems to indicate exactly what it says: a pixel value is used uninitialized. The tests seems to have been...
+1 https://github.com/boostorg/json/blob/6fa272b57442074eb04c47f5a5b8bdabbb01fe0a/test/parse_into.cpp#L142-L144
I admit I don't have a use case for `copy_member_cv_ref`, so take this suggestion with a grain of salt. `copy_cv` is often useful for types (`T cv, U` -> `U...
> I don't knoe when an MSVC might be considered C++11 ( I think all the way up to MSVC 2017). The earliest MSVC version that can be considered reasonably...
More generally, this is exactly why I argued (at length) that the decision to move to C++11 as minimum needs to be done on the Boost project level, rather than...
I think that we should probably take GCC 4.6 and 4.7 out of our primary test compilers, because most of our primary testing is now done with Github Actions and...