Jürgen Hunold 6795c81995 classes with virtual function must have virtual destructors.
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.
2015-06-15 10:38:57 +02:00
2015-04-11 10:14:37 -07:00
2014-08-18 15:10:21 +01:00
2013-11-16 20:13:39 +00:00
2014-12-12 07:53:31 -08:00
2004-07-11 00:30:45 +00:00
2004-07-19 07:00:01 +00:00
Description
Mirrored via gitea-mirror
18 MiB
Languages
C++ 98.7%
CMake 1.1%
Shell 0.2%