You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ module scanning for named modules is now available, based on the format described in P1689R5, Format for describing dependencies of source files. The -fdeps-format=, -fdeps-file=, and -fdeps-target= flags may be used to generate dependency information. In GCC 14 p1689r5 is the only valid argument for -fdeps-format=.
The text was updated successfully, but these errors were encountered:
https://gcc.gnu.org/gcc-14/changes.html
C++ module scanning for named modules is now available, based on the format described in P1689R5, Format for describing dependencies of source files. The -fdeps-format=, -fdeps-file=, and -fdeps-target= flags may be used to generate dependency information. In GCC 14 p1689r5 is the only valid argument for -fdeps-format=.
The text was updated successfully, but these errors were encountered: