Opened 7 years ago

#11944 new Bugs

lexically_relative() documentation incorrect

Reported by: harris.pc@… Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.60.0 Severity: Problem
Keywords: Cc:

Description

Documentation says its a free function path lexically_relative(const path& p, const path& base);

While in reality, its a member function of path

path lexically_relative(const path& base) const;

Change History (0)

Note: See TracTickets for help on using tickets.