Opened 11 years ago
Last modified 10 years ago
#6097 new Bugs
wrong filesystem::path::stem() and ..::extension() documentation
| Reported by: | anonymous | Owned by: | Beman Dawes |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | filesystem |
| Version: | Boost 1.47.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
At http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html we can see that path::stem is declared as
path stem(const path& p) const;
while in reality it does not take any arguments.
Same problem with extension().
Change History (1)
comment:1 by , 10 years ago
| Component: | Documentation → filesystem |
|---|---|
| Owner: | changed from to |
Note:
See TracTickets
for help on using tickets.
