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
The biggest issue with this is that it enables the user operator news and deletes even in places it wasn't intended, in dxc. At the least, coGetMalloc will have to use a global instead of operator new or allocate itself using a simple malloc.
The text was updated successfully, but these errors were encountered:
This proposal suggests adopting C and C++ initializer list rules and behaviors. This is source incompatible and may cause disruption to developers. As we flesh the proposal out further we will seek to address migration issues as well as ensure that we can properly diagnose incompatibilities.
The biggest issue with this is that it enables the user operator news and deletes even in places it wasn't intended, in dxc. At the least, coGetMalloc will have to use a global instead of operator new or allocate itself using a simple malloc.
The text was updated successfully, but these errors were encountered: