Skip to content

[incorrect info] to_chars on Clang #128

@HolyBlackCat

Description

@HolyBlackCat

Which proposal(s) is / are affected?

P0067

Which compiler / toolchain is affected?

Clang


Currently both cppstat and cppref are wrong.

Cppstat incorrectly claims that v7 adds FP support, but v7 adds everything other than FP support.

Also the cppstat notes for v14 and v20 basically say the same thing, which is wrong. (v14 says "add float and double", while v20 says "everything is complete except long double" - same thing).

Also (this is where cppref is wrong), FP to_chars() support seem to have added in v16, not v14 (at least godbolt shows that: https://gcc.godbolt.org/z/jxfGvdTcr).

Also cppstat doesn't mention that long double to_chars falls back to double to_chars, probably a good idea to mention this.

Metadata

Metadata

Assignees

Labels

incorrect-infoA feature description or the displayed support for it is incorrect.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions