История изменений
Исправление Meyer, (текущая версия) :
Вот, например.
/**
* @brief Write put area to PhysFS file.
* @param c Extra character to add to buffer contents.
* @return Non-EOF on success, EOF on failure.
*/
virtual int_type overflow(int_type c = traits_type::eof()) override;
Исходная версия Meyer, :
Вот, например.
/** * @brief Write put area to PhysFS file. * @param c Extra character to add to buffer contents. * @return Non-EOF on success, EOF on failure. */ virtual int_type overflow(int_type c = traits_type::eof()) override;