Re: Change between g++-9.4.0 and g++-14.2.0

2025-02-24 Thread Andrew Pinski via Gcc
On Mon, Feb 24, 2025 at 9:26 PM Sidney Marshall wrote: > > In the code: > --- > #include > #include > #include > > // commenting out this forward declaration causes the code to fail > // under g++-14.2.0 > // > // the forward d

Change between g++-9.4.0 and g++-14.2.0

2025-02-24 Thread Sidney Marshall
In the code: --- #include #include #include // commenting out this forward declaration causes the code to fail // under g++-14.2.0 // // the forward declaration is not needed for g++-9.4.0 template std::ostream& operator<<(std