dotnet / dotnet/samples

Doesn't compile with C++20

Open
#4,113 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.