Commit 51d0f56
Exclude MSVC workaround on clang and gcc (#1306)
* Exclude MSVC workaround on clang and gcc
Resolves #1304
On Windows, clang defines `_MSC_VER`, so the MSVC workaround needs to not happen when the clang define is set.
Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>
* Update include/cpp2util.h
Co-authored-by: Matthieu HERNANDEZ <25429726+MatthieuHernandez@users.noreply.github.com>
Signed-off-by: Herb Sutter <herb.sutter@gmail.com>
---------
Signed-off-by: gregmarr <gregmarr@users.noreply.github.com>
Signed-off-by: Herb Sutter <herb.sutter@gmail.com>
Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
Co-authored-by: Matthieu HERNANDEZ <25429726+MatthieuHernandez@users.noreply.github.com>1 parent 97ba0be commit 51d0f56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
0 commit comments