https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81042
Ralph Tandetzky changed:
What|Removed |Added
CC||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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68071
Ralph Tandetzky changed:
What|Removed |Added
CC||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
: 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