Skip to content
Commit 1b5404af authored by Richard Smith's avatar Richard Smith
Browse files

PR44540: Prefer an inherited default constructor over an initializer

list constructor when initializing from {}.

We would previously pick between calling an initializer list constructor
and calling a default constructor unstably in this situation, depending
on whether the inherited default constructor had already been used
elsewhere in the program.
parent c6e69880
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment