mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-23 03:52:24 +00:00
6795c8199558ac616c78ea9c32a19095f089689b
The warning is not "bogus" and not only gcc warns. clang will warn too, but defines __GNUC__ for gcc compatibility. msvc issues "warning C4265: 'boost::serialization::<foo>' : class has virtual functions, but destructor is not virtual" The msvc warning could be suppressed, but it is much cleaner to simply make the destructors virtual as they are with gcc and clang.
Description
Mirrored via gitea-mirror
Languages
C++
98.7%
CMake
1.1%
Shell
0.2%