-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
enhancementNew user-visible features or improvements to existing features.New user-visible features or improvements to existing features.
Milestone
Description
We used to constrain our runtime code to pre-C++11, since we compiled it with an older standard to avoid threadsafe-static initialization.
As of #5303, we now use -fno-threadsafe-statics instead, so we can use (at least) C++11 features in runtime code now (e.g. nullptr).
Probably better to just wait until #5282 lands and upgrade the runtime code to C++17 where it makes sense to do so.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew user-visible features or improvements to existing features.New user-visible features or improvements to existing features.