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
This would not be too hard to do for versions that are expected to be passed to the compiler, but it would be much more tricky to solve in the general case. Versions can be set inside of static if, which means that getting them right in all cases would require full CTFE support.
Is it possible to configure DCD to set a version for a specific set of (project) files?
My case is navigating dmd which requires
version = MARS;
to be defined.
The text was updated successfully, but these errors were encountered: