Build Error C2039 with MSVC when using /std:c++latest (C++20) - std::is_literal_type removed
Open
- Dominant language
- C++
- Stars
- 509
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
The following minimum sample fails to compile when using MSVC with /std:c++latest (C++20).
See: [godbolt example](https://godbolt.org/z/dEcGEs)
```
#include
#include
#include
#include
struct A
{
int i;
char c;
};
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.