mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
More msvc workarounds.
This commit is contained in:
@ -18,9 +18,10 @@ for %%f in (*.cpp) do (
|
||||
|
||||
time < nul
|
||||
|
||||
for %%f in (*.cpp) do (
|
||||
cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1
|
||||
)
|
||||
rem uncomment this section to test/time non-module build:
|
||||
rem for %%f in (*.cpp) do (
|
||||
rem cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1
|
||||
rem )
|
||||
|
||||
time < nul
|
||||
rem time < nul
|
||||
|
||||
|
Reference in New Issue
Block a user