Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: inadgob at yahoo dot com
Target Milestone: ---
The following code is incorrectly rejected in C++17 mode:
template struct A { static constexpr int v = 7
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: inadgob at yahoo dot com
Target Milestone: ---
The following code is incorrectly rejected:
(compiled with -Wall -Wextra -std=c++1z -pedantic)
#include
template void f(T(&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71879
bogdan changed:
What|Removed |Added
CC||inadgob at yahoo dot com
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71534
bogdan changed:
What|Removed |Added
CC||inadgob at yahoo dot com
--- Comment #3 from
: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: inadgob at yahoo dot com
Target Milestone: ---
Consider the following code:
#include
struct A
{
A(A&&) = delete;
};
int main()
{
std::map m1, m2;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77334
--- Comment #5 from bogdan ---
From now on, "fast" shall have a new degree of comparison beyond the
superlative, spelled "jw-fast" (alternative spelling when appearing in text on
gcc.gnu.org: "redi-fast").
Cheers!