-
Hello everyone,
I would like to know how can I link a very simple application with boost fibers.
I am getting linking errors that says that fiber references are missing. I confirm that doing obj…
Facon updated
2 years ago
-
### Description
The [xwidgets](https://github.com/jupyter-xeus/xwidgets) project, which uses this library stopped compiling after version 3.10.3. Specifically, commit 0e694b4060ed55df980eaaebc2398b0f…
-
When a structure specialization is defined using SFINAE, the substitution fails even though the used expression doesn't cause an error outside of SFINAE.
For example, the following code compiles an…
-
[P0340R2](https://wg21.link/p0340r2) Making std::underlying_type SFINAE-friendly (Tim Song)
https://issues.isocpp.org/show_bug.cgi?id=212
Titus Winters 2018-11-05 21:03:11 UTC
Discussed in San …
-
This program hard-errors trying to complete `Holder`; but it shouldn't.
struct Incomplete;
template struct Holder { T t; int x; };
template auto f(T t) -> decltype(t.x);
void f(.…
-
Concepts seems to be a delight compared to the SFINAE spaghetti.
ghost updated
2 years ago
-
| | |
| --- | --- |
| Bugzilla Link | [40989](https://llvm.org/bz40989) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2019 16:55 |
| Version | 8.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Co…
-
| | |
| --- | --- |
| Bugzilla Link | [40362](https://llvm.org/bz40362) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2019 15:13 |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor,@eric…
-
### Description
As @N-Dekker suggests in #3007,
> Instead of adding yet another static `Filled` member function, maybe we could also add a generic `MakeFilled` function template that would suppo…
-
| | |
| --- | --- |
| Bugzilla Link | [34339](https://llvm.org/bz34339) |
| Version | unspecified |
| OS | All |
| CC | @mclow |
## Extended Description
std::copy could unroll 3 reverse_iterators …