Confusion with this site's tutorial on "explicit" typecasting

Dec 24, 2013 at 4:35pm
I am studying the tutorial on this website, for explicit keyword for typecasting
http://www.cplusplus.com/doc/tutorial/typecasting/

It is quoted:

Additionally, constructors marked with explicit cannot be called with the assignment-like syntax; In the above example, bar could not have been constructed with:
A bar = foo;

I don't understand, shouldn't it be:
B bar = foo;
Last edited on Dec 24, 2013 at 4:35pm
Dec 24, 2013 at 7:08pm
Dec 25, 2013 at 3:11am
@Catfish666 Thanks! Reported.
Dec 25, 2013 at 3:15am
mistake of forum ?
Topic archived. No new replies allowed.