Doesn't compile with C++20
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 5.1k
- Avg merge
- 9h 11m
- Merged PRs (30d)
- 1
Description
https://github.com/dotnet/samples/blob/master/core/extensions/OutOfProcCOM/NativeClient/NativeClient.cpp
```cpp
std::cout << u8"\u03C0 = " << std::setprecision(16) << pi << std::endl;
```
This code is not C++20 compatible and doesn't compile.
Contributor guide
Assessment
This issue has not been assessed yet.