tmp/tmpuf11d_xo/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Formatter locking <a id="format.formatter.locking">[[format.formatter.locking]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
template<class T>
|
| 5 |
+
constexpr bool enable_nonlocking_formatter_optimization = false;
|
| 6 |
+
```
|
| 7 |
+
|
| 8 |
+
*Remarks:* Pursuant to [[namespace.std]], users may specialize
|
| 9 |
+
`enable_nonlocking_formatter_optimization` for cv-unqualified
|
| 10 |
+
program-defined types. Such specializations shall be usable in constant
|
| 11 |
+
expressions [[expr.const]] and have type `const bool`.
|
| 12 |
+
|