tmp/tmpo9xves4k/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<format>` synopsis <a id="depr.format.syn">[[depr.format.syn]]</a>
|
| 2 |
+
|
| 3 |
+
The header `<format>` has the following additions:
|
| 4 |
+
|
| 5 |
+
``` cpp
|
| 6 |
+
namespace std {
|
| 7 |
+
template<class Visitor, class Context>
|
| 8 |
+
decltype(auto) visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
|
| 9 |
+
}
|
| 10 |
+
```
|
| 11 |
+
|