Used paragraph numbers in filesystem.hpp refer to the C++17 standard · Issue #113 · gulrak/filesystem · GitHub
Skip to content

Used paragraph numbers in filesystem.hpp refer to the C++17 standard #113

Description

@albert-github

Might be a bit off topic.

In the current filsystem.hpp source code we see e.g.:

// 30.10.8 class path
class GHC_FS_API_CLASS path

Here the 30.10.8 is referring to the C++17 standard paragraph, though in:

  • C++20 standard the paragraph is 29.11.7
  • C++23 draft standard the paragraph is 29.11.6

Maybe a solution would be:

  • to refer, in this case, to [fs.class.path]
  • or mention at least that the numbers are derived from the C++17 standard

similar for the other mentioned paragraph numbers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

available on masterFix is done on master branch, issue closed on next release

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions