Deleted operator<< (String, bool) in the docs

The operator<< (String, bool) is deleted for good reasons. Strangely this is not visible in the docs:

operator<<(String, bool)

oh, now I see the green “deleted” on the right, but maybe the text needs /** instead of // to be shown in the docs…

It’s probably best if it’s not in the online docs at all. That comment is really there to help people who get a compile error.

1 Like

True, although since the operator is so versatile, one is bound to fall into that trap sooner or later.

But I agree, not pointing the people to the thing, that is not working, is probably a good idea…