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

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
@Catfish666 Thanks! Reported.
mistake of forum ?
Topic archived. No new replies allowed.