https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100481

            Bug ID: 100481
           Summary: namespaces as int in decltype expression
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hahayes12 at tutanota dot com
  Target Milestone: ---

case:

#include <iostream>
int main() {
    decltype(std) i{};
    std::cout << i;
}

g++ main.cpp

./a.out
1
  • [Bug c++/100481] New: namespace... hahayes12 at tutanota dot com via Gcc-bugs

Reply via email to