-
Hi,
Since `binary_semaphore` is an alias for `counting_semaphore`, there are some weird implications that I wanted to confirm were intentional (or at least not undesired).
`counting_semaphore::max…
-
Ranges support in fmt/ranges.h works fine for standard containers, but not for range views directly (see example below). Can range views be supported by fmt directly?
This seems to be relevant, in …
-
I've been experimenting with updating some existing code to test out ranges. I've partially updated a section similar to the following. For every input index, a transform outputs a vector of indices b…
-
### Expected behavior :- should not get the hardware watch dog reset during smart config.
### Actual behavior :- During smart config esp8266 is getting stuck in smartconfig SDK code and hardware w…
-
Hi everyone,
I just wanted to bring to your attention that the name `module` is likely to become a [keyword](https://en.cppreference.com/w/cpp/keyword) in C++20, which I believe would cause a colli…
-
From the post-kona working paper (N4810) I believe the following should be valid code. However it fails to compile unless an explicit ref_view is added to convert the vector to a view before applying…
-
- [2018 Jacksonville ISO C++ Committee Reddit Trip Report - Reddit](https://www.reddit.com/r/cpp/comments/854mu9/2018_jacksonville_iso_c_committee_reddit_trip/)
- [Jacksonville’18 ISO C++ Report - Jo…
-
C++17では、Final Committee Draft (FCD) が公開されるまで2017年中のリリースが不確かとみてcpprefjpサイトで取り扱いをしていませんでした。
しかし、C++17からは3年周期での言語アップデートで、仕様が固まったものから順次リリースという形式になったため、リリース次期が不確かで言語バージョンが確定しない、という事態は起こらなくなりました。
ですので、C…