mirror of
https://github.com/boostorg/mpi.git
synced 2026-02-25 16:32:22 +00:00
463e897f75b6bae5417a667b76fdd9f3612716c7
Add "const" to save_override for archive::class_id_type and archive::version_type. WIthout it, they do not participate in overload resolution when called with a const argument, and the default template function is called. This leads to saving 4 bytes for archive::version_type, but only loading 1 -- all subsequent load operations are then off by 3 bytes.
Description
Mirrored via gitea-mirror
Languages
C++
97.2%
Python
2.3%
CMake
0.5%