diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-03-27 17:48:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 17:48:46 +0800 |
| commit | 333968af7344bcf0ef77818d076efcf88acd159d (patch) | |
| tree | 24558bec5cbbfd6bcc9d75da01e456e98cab8e4f /build/visual-studio/render-test-tool | |
| parent | ffa7d05e898492aa1120f8747332a72ca5befc56 (diff) | |
Use c++17 standard (#2686)
* Use c++17 standard
* regenerate VS projects
* Switch to using std::invoke
Diffstat (limited to 'build/visual-studio/render-test-tool')
| -rw-r--r-- | build/visual-studio/render-test-tool/render-test-tool.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/visual-studio/render-test-tool/render-test-tool.vcxproj b/build/visual-studio/render-test-tool/render-test-tool.vcxproj index b1c5f553f..7f9d3dfc1 100644 --- a/build/visual-studio/render-test-tool/render-test-tool.vcxproj +++ b/build/visual-studio/render-test-tool/render-test-tool.vcxproj @@ -171,6 +171,7 @@ <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -192,6 +193,7 @@ <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -213,6 +215,7 @@ <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -236,6 +239,7 @@ <StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -260,6 +264,7 @@ <StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -284,6 +289,7 @@ <StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
|
