[Bug libstdc++/70727] New: Non-reserved names in std::__basic_file

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 19 10:16:00 GMT 2016


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

            Bug ID: 70727
           Summary: Non-reserved names in std::__basic_file
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
  Target Milestone: ---

#define sys_open 1
#define fd 1
#define file 1
#include <fstream>


More information about the Gcc-bugs mailing list