[EMCpp]Item-6 Use the Explicitly Typed Initializer Idiom when auto deduces undesired types
· ☕ 3 min read
“Invisible” proxy types can cause auto
to deduce the undesired type for an initializing expression, so we can adopt explicitly typed initializer idiom to force auto
to deduce what we want.