]> git.tdb.fi Git - libs/core.git/commit
Fallback to comparing typeid in Variant if funcs are not the same
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 21:38:27 +0000 (23:38 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 22:21:25 +0000 (00:21 +0200)
commit5d51c374869f13f762039f58c03f3c5d75c12f07
treed75d28ed2edbf98ab2de3601f94bd3cee6b91512
parent672dd8d4178716824bf21a76685d91fc82a0a4af
Fallback to comparing typeid in Variant if funcs are not the same

On Windows it looks like instantiations of a function template in
different modules may have different addresses of its static locals.
source/core/variant.h