-
You have this -
#if _MSC_VER < 1910
#pragma push_macro("constexpr")
#define constexpr /*constexpr*/
#define GSL_USE_STATIC_CONSTEXPR_WORKAROUND
#endif // _MSC_VER < 19…
-
### Description
Using `seqan3::views::complement | seqan3::views::kmer_hash` loses the forward_range property, it should preserve it though and with g++-version below 10 it does.
### How to repea…
-
Converting from and to string, and defining such methods, should be easy. It should work nicely both with iostreams, custom streams, std::strings, and iterators into std::strings.
-
Hi,
When using C++20 with clang >= 10, we get the following warnings:
```
#include "boost/date_time.hpp"
bool f()
{
return boost::posix_time::ptime(boost::gregorian::date(2028, 4, 17))…
-
This issue has been migrated from Redmine: https://dev.icinga.com/issues/12841
**Created by nlm on 2016-10-03 15:35:15 +00:00**
Assignee: _(none)_
Status: _New_
Target Version: _(none)_
Last Update…
-
I want to have wait, notify_one and notify_all added to boost::atomic, as defined in [P1135R5](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1135r5.html) proposal.
Also would be nice to …
-
- https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/brycelelbach/wg21_p1135_cpp20_synchronization_library/master/cpp20_synchronization_library.bs
```typescript
class …
-
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…
-
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…