Closed ddovod closed 5 years ago
If there're several internal variables with the same names in different compilation units, only one of them is reloaded. Probably this is because of unordered_map with symbol names as keys.
unordered_map
Done
If there're several internal variables with the same names in different compilation units, only one of them is reloaded. Probably this is because of
unordered_map
with symbol names as keys.