[Bug libstdc++/63176] New: std::generate_canonical::digits> generates 1.0
ent: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: sch...@uni-mainz.de std::generate_canonical can generate 1.0, which does not conform to the c++11 standard. On my box the following program yields "Bug!": #include #include #include int main() {
[Bug c++/53464] New: Invalid default value for non-type template parameter is accepted
Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: sch...@uni-mainz.de Consider the following code: template struct bar { static constexpr int get() { return value; } }; template struct