Skip to content
Snippets Groups Projects
user avatar
Vijay Pai authored
because nullptr assignment actually requires the calling of a constructor.
As a result, the order in which these nullptr initializations take place
is not defined with respect to other initializations.
A pointer that is left without explicit initialization automatically
gets nullptr anyway, so just don't explicitly initialize these.
4425828d
History
Name Last commit Last update
..