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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
On Windows in Visual Studio, precompiled headers are generally called stdafx.h and the include for them must the the first line in the file.
This generates an incorrect Flint++ error
The associated header file of .cpp files should be included before any other includes.
Easy fix would be for Flint++ to allow stdafx.h above the associated header.
The text was updated successfully, but these errors were encountered: