diff options
Diffstat (limited to 'Tests/Cuda/MixedStandardLevels4/lib.cpp')
-rw-r--r-- | Tests/Cuda/MixedStandardLevels4/lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Cuda/MixedStandardLevels4/lib.cpp b/Tests/Cuda/MixedStandardLevels4/lib.cpp index ef6fc20..2a65c77 100644 --- a/Tests/Cuda/MixedStandardLevels4/lib.cpp +++ b/Tests/Cuda/MixedStandardLevels4/lib.cpp @@ -3,7 +3,7 @@ constexpr int func(int A, int B) { #if defined(_MSC_VER) && _MSC_VER < 1913 - // no suppport for extended constexpr + // no support for extended constexpr return B * A; #else // Verify that we have at least c++14 |