ddovod / jet-live

c++ hot code reload for linux and macos
MIT License
411 stars 23 forks source link

Symbols with the same names #8

Closed ddovod closed 5 years ago

ddovod commented 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.

ddovod commented 5 years ago

Done