Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

field::operator= (14 of 30 overloads)
PrevUpHomeNext

Assignments from character types would incorrectly assign an integer, so they are not allowed.

Synopsis
field&
operator=(
    char) = delete;

PrevUpHomeNext