]> git.tdb.fi Git - libs/datafile.git/commitdiff
Disable the templated constructor of Value if the source type is Value
authorMikko Rasa <tdb@tdb.fi>
Sun, 18 Dec 2022 10:59:32 +0000 (12:59 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 18 Dec 2022 10:59:32 +0000 (12:59 +0200)
Microsoft's std::vector uses a T & (without const) for copying, which
resolves to the templated constructor instead of the copy constructor
unless the former is disabled for that signature.


No differences found