/** @file list6102.cpp */
/** Listing 61-2. A Simple Implementation of the setf Member Function */
void setf(fmtflags f)
{
   flags_ = flags_ | f;
}
