-
[N4902 Editors’ Report – Programming Languages – C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/n4902.html)
- [x] 最新Working Draftを更新
- [x] C++23対応状況Wikiを更新
- [ ] C++20対応状況Wikiにバックポー…
-
[P1413R3](https://wg21.link/P1413R3) Deprecated `aligned_storage` And `aligned_union`
When MSVC implements this in https://github.com/microsoft/STL/issues/2533, it needs another deprecation disable…
-
**Describe the bug**
After #2000, `path`'s comparison operators are IF-NDR (ill-formed, no diagnostic required). See @Quuxplusone's [blogpost](https://quuxplusone.github.io/blog/2021/11/21/concepts…
-
[P1675R2](https://wg21.link/P1675R2) `rethrow_exception` Must Be Allowed To Copy
No feature-test macro is mentioned.
From a quick glance at the paper, I believe that it is N/A - nothing for impl…
-
Hi,
Has anyone experienced issues when trying to run `python3 install_requirements.py` in Big Sur OS.
Seems like the problem is related to the numpy library. However, I was able to install numpy…
-
There's a definition of `_HAS_CXX23` in ``:
https://github.com/microsoft/STL/blob/d6f9987d7ec694b8599fe21e87e3653c36566223/stl/inc/yvals_core.h#L382-L395
This definition was needed because `` did …
-
After updating to VS 2022 17.1 Preview 1 and removing all workarounds for DevCom-1331017 "cl does not make special member functions implicitly constexpr", including the one in `subrange`:
https://git…
-
We're in a novel situation: never before have we completed a Standard so rapidly. Adding to this concern, `` is both ABI-sensitive and performance-sensitive, and WG21 is expected to mandate ABI-breaki…
-
If i turning on support of c++20 on my compiler(msvc) i've got errors:
1> d:\libraries\boost_1_72_0\boost\hana\traits.hpp(71,62): error C2039: 'is_literal_type': is not a member of 'std'
1> d:…
-
According to the [wiki page](https://github.com/CannyLab/tsne-cuda/blob/master/INSTALL.md)
```
First, clone the repository, and change into the cloned directory using:
git clone https://github.co…