Skip to content

Commit 755f53c

Browse files
committed
Add in note on facets
1 parent 165d48b commit 755f53c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/modules/ROOT/pages/design.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ assert(endpos == 3);
7878
The result of `tellg()` will only parse until a complete non-finite value is found and then terminate.
7979
For example `nanfinity` will construct a `NAN` and set `endpos = 3`, or `nan(snan)JUNK` will construct `SNAN` and set `endpos = 9` since `nan(snan)` contains a valid payload.
8080
This is designed to match the value of `r.ptr` in xref:charconv.adoc[`<charconv>`].
81+
82+
=== Locale Facets are Unsupported
83+
84+
Facets as discussed in https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2849.pdf[N2849] section 3.10 are unimplemented.

0 commit comments

Comments
 (0)