]> git.tdb.fi Git - libs/datafile.git/commit
Force correct conversion of symbols
authorMikko Rasa <tdb@tdb.fi>
Sun, 29 Aug 2021 22:52:34 +0000 (01:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 29 Aug 2021 22:52:34 +0000 (01:52 +0300)
commitb3b3fc2caf409f8c8ba523bbb3519af13b17e66e
treeb65e7f512ef22f628613ca39d302facbcd13a6d6
parent256b44a5009467171af53316141277027bcc0ba4
Force correct conversion of symbols

MSVC attempts to use the conversion operator in Symbol rather than
Value's constructor.
source/binaryparser.cpp
source/statement.cpp