[Bug c++/81042] Too many constexpr iterations on unreachable loop.

2019-09-16 Thread ralph.tandetzky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81042 Ralph Tandetzky changed: What|Removed |Added CC||ralph.tandetzky at gmail dot com

[Bug libstdc++/77322] New: [C++11] std::function::swap should be noexcept.

2016-08-22 Thread ralph.tandetzky at gmail dot com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ralph.tandetzky at gmail dot com Target Milestone: --- The C++11, C++14 and C++17 standard require, that std::function::swap() be noexcept. However, the following program does not compile: #include int main

[Bug c++/68071] Generic lambda variadic argument pack cannot be empty

2015-11-13 Thread ralph.tandetzky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68071 Ralph Tandetzky changed: What|Removed |Added CC||ralph.tandetzky at gmail dot com

[Bug c++/68309] New: [C++14] Expanding a captured parameter pack with std::forward(args) fails.

2015-11-12 Thread ralph.tandetzky at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ralph.tandetzky at gmail dot com Target Milestone: --- Here's a minimal not-working example: #include using namespace std; template void prin

[Bug libstdc++/60564] New: [C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.

2014-03-18 Thread ralph.tandetzky at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ralph.tandetzky at gmail dot com The following code compiles successfully: ~ #include #include using namespace std