Skip to content

Commit

Permalink
Disable /analyze in concepts_matrix.lst. (#1031)
Browse files Browse the repository at this point in the history
This is a temporary workaround for #1030 to unblock ranges PRs.
  • Loading branch information
StephanTLavavej authored Jul 11, 2020
1 parent 550713e commit 8ead4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/std/tests/concepts_matrix.lst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ PM_CL="/MDd /D_ITERATOR_DEBUG_LEVEL=0 /permissive- /Zc:wchar_t-"
PM_CL="/MDd /D_ITERATOR_DEBUG_LEVEL=1"
PM_CL="/MDd /D_ITERATOR_DEBUG_LEVEL=2 /fp:except /Zc:preprocessor"
PM_CL="/MT /D_ITERATOR_DEBUG_LEVEL=0 /await"
PM_CL="/MT /D_ITERATOR_DEBUG_LEVEL=0 /analyze:only"
# PM_CL="/MT /D_ITERATOR_DEBUG_LEVEL=0 /analyze:only" # TRANSITION, GH-1030
PM_CL="/MT /D_ITERATOR_DEBUG_LEVEL=1"
PM_CL="/MTd /D_ITERATOR_DEBUG_LEVEL=0 /fp:strict"
PM_CL="/MTd /D_ITERATOR_DEBUG_LEVEL=1"
PM_CL="/MTd /D_ITERATOR_DEBUG_LEVEL=2 /await"
PM_CL="/MTd /D_ITERATOR_DEBUG_LEVEL=2 /analyze:only"
# PM_CL="/MTd /D_ITERATOR_DEBUG_LEVEL=2 /analyze:only" # TRANSITION, GH-1030
PM_CL="/Za /MD /permissive-"
PM_CL="/Za /MDd /permissive-"
# PM_CL="/BE /c /MD"
Expand Down

0 comments on commit 8ead4f6

Please sign in to comment.