Opened 10 years ago

#7622 new Bugs

filesystem - minor documentation issues

Reported by: Robert Ramey Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

.../filesystem/doc/reference.html#path-decomposition

shows

path stem(const path& p) const; path extension(const path& p) const;

I believe they should show

path stem() const; path extension() const;

as is shown at:

.../filesystem/doc/reference.html#class-path

Robert Ramey

Change History (0)

Note: See TracTickets for help on using tickets.