-
| | |
|--------------------|----|
| Bugzilla Link | [PR51260](https://bugs.llvm.org/show_bug.cgi?id=51260) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45254](https://bugs.llvm.org/show_bug.cgi?id=45254) |
| Status | NEW |
| Importance | P enhancemen…
-
(v3.0.1)
```
std::istringstream is("123 2020.12.11T09:11:12.123");
is >> integer_a >> date::parse("%Y.%m.%dT%H:%M:%S", timepoint);
```
This will fail to extract time from the stream.
Maybe it is…
-
[P2528R0](https://wg21.link/p2528r0) C/C++ Identifier Security using Unicode Standard Annex 39 (Reini Urban)
-
C++20 Named Modules introduce new dependent information to the project, so the legacy dependency discovery method doesn't work properly for C++20 Named Modules. clang-scan-deps has just landed the sup…
-
| | |
| --- | --- |
| Bugzilla Link | [36047](https://llvm.org/bz36047) |
| Version | trunk |
| OS | All |
## Extended Description
Looking at this example:
```cpp
struct A_ { A_(int) …
-
https://cplusplus.github.io/LWG/issue2959
SG16 should consider this issue that's been open for some time.
-
**[T](#title)itle**: refactor(core): replace `wrapped_type_t` with `std::indirectly_readable_traits`.
**[D](#desc)escription**:
See and
https://github.com/mpusz/mp-units/blob/89bafed96…
-
[P2980R0](https://wg21.link/p2980r0) A motivation, scope, and plan for a physical quantities and units library (Mateusz Pusz, Dominik Berner, Johel Ernesto Guerrero Peña, Chip Hogg, Nicolas Holthaus, …
-
_Перенос предложения:_ голоса +27, -1
_Автор идеи:_ **smertigdon**
Текущая реализация операторов сравнения не позволяет работать с объектами классов-контейнеров из STL с различными аллокаторами.…