Skip to content

Commit

Permalink
Update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Feb 16, 2025
1 parent 9eea713 commit 9bb223d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion papers/p3070.bs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<pre class='metadata'>
Title: Formatting enums and other user-defined types via forwarding
Title: Formatting enums
Shortname: P3070
Revision: 3
Audience: LEWG
Expand Down Expand Up @@ -250,6 +250,8 @@ template<class T> explicit basic_format_arg(T& v) noexcept;
`static_cast<const char_type*>(v)` points to a NTCTS ([[defns.ntcts](
https://eel.is/c++draft/defns.ntcts)]).

<!-- ADL part is based on https://eel.is/c++draft/range.access.begin -->

*Effects*: Let `TD` be `remove_const_t<T>`.
<ins>
If `format_as(v)` is a valid expression and `TD` is a class or enumeration type,
Expand Down

0 comments on commit 9bb223d

Please sign in to comment.