Created on 2014-02-03.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to SG3 working draft.
Change class path synopsis, 8 [class.path], as indicated:
// compare int compare(const path& p) const noexcept; int compare(const string_type& s) const; int compare(const value_type* s) const;
Change path compare prototype specification, 8.4.8 [path.compare], as indicated:
int compare(const string_type& s) const;
[ 2014-02-13 LWG/SG-3 Issaquah: Proposed wording accepted. ]
[ 2014-02-08 Daniel comments and provides wording ]
This issue is the same as 2643 and resolves that issue as well.
Addresses: filesys.ts
path has "int compare(const string& s) const;" but it should almost certainly take const string_type&, since the third overload takes const value_type*.
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:10:41 | admin | set | status: wp -> open |
2016-01-28 01:00:35 | admin | set | messages: + msg7874 |
2016-01-28 01:00:35 | admin | set | messages: + msg7873 |
2016-01-28 01:00:35 | admin | set | messages: + msg7872 |
2014-02-03 00:00:00 | admin | create |