Add note about explicit

pull/1416/head
hsutter 2019-05-02 11:44:31 -07:00
parent d76404938b
commit e5440502ea
1 changed files with 1 additions and 1 deletions

View File

@ -10675,7 +10675,7 @@ For containers, there is a tradition for using `{...}` for a list of elements an
##### Note
`{}`-initializers do not allow narrowing conversions (and that is usually a good thing).
`{}`-initializers do not allow narrowing conversions (and that is usually a good thing) and allow explicit constructors (which is fine, we're intentionally initializing a new variable).
##### Example