You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe w/in a single file/TU, they should be called in the order in which they appear. So calling them backwards may break something if there are inter-object dependencies in global objects.
The text was updated successfully, but these errors were encountered:
@mikee47 and @slaff noted in the Sming repo that the core is calling the c++ ctors in reverse order:
SmingHub/Sming#1825 (comment)
Arduino/cores/esp8266/core_esp8266_main.cpp
Lines 199 to 206 in 074a801
I believe w/in a single file/TU, they should be called in the order in which they appear. So calling them backwards may break something if there are inter-object dependencies in global objects.
The text was updated successfully, but these errors were encountered: