]> git.tdb.fi Git - libs/core.git/commit
Hide the delegating constructor of ZlibCompressed in the .cpp file
authorMikko Rasa <tdb@tdb.fi>
Wed, 6 Sep 2023 22:02:15 +0000 (01:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 6 Sep 2023 22:02:15 +0000 (01:02 +0300)
commitaa7a86068134a983da7adae5dc77422ce08a9254
treea07ada83614a26d3497b5294b3701c8e76978e4f
parent6bd6ce4f96275c99da68ce674c6dd7ee5236812c
Hide the delegating constructor of ZlibCompressed in the .cpp file

MSVC has trouble with exporting the vftable if the main constructor is
in a .cpp file but the delegating one is not.
source/io/zlibcompressed.cpp
source/io/zlibcompressed.h