mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
Merge quickbook, iostreams.
[SVN r63917]
This commit is contained in:
@@ -51,13 +51,6 @@ namespace quickbook { namespace detail
|
||||
out << ch;
|
||||
}
|
||||
|
||||
char filter_identifier_char(char ch)
|
||||
{
|
||||
if (!std::isalnum(static_cast<unsigned char>(ch)))
|
||||
ch = '_';
|
||||
return static_cast<char>(std::tolower(static_cast<unsigned char>(ch)));
|
||||
}
|
||||
|
||||
// un-indent a code segment
|
||||
void unindent(std::string& program)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user