Opened 12 years ago

Closed 12 years ago

#5228 closed Bugs (fixed)

filesystem documentation incorrectly identifies ANSI control characters

Reported by: thomasevanc@… Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: Cc:

Description

The V3 filesystem library reference documentation states that ANSI control characters are 0x00-0x31. That should be either 0-31 or 0x00-0x1F. The first range includes printable characters such as ., -, 0, and 1, that frequently appear in filenames on most filesystems.

http://www.boost.org/doc/libs/1_44_0/libs/filesystem/v3/doc/reference.html#Definitions

Change History (1)

comment:1 by Beman Dawes, 12 years ago

Resolution: fixed
Status: newclosed

Fixed. Changeset 69269. Thanks!

--Beman

Note: See TracTickets for help on using tickets.