]> git.tdb.fi Git - libs/datafile.git/commitdiff
Turn internal type helpers into structs
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Dec 2012 21:58:06 +0000 (23:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Dec 2012 07:02:12 +0000 (09:02 +0200)
Eliminating access specifiers and dummy constructors reduces clutter, and
in most cases pure virtual functions prevent instantiation anyway.  Since
these reside in private or protected sections of other classes, risk of
misuse is negligible.


No differences found