Skip to content

Commit

Permalink
windows: Ensure more C++ standard conformance wrt inline function cod…
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark committed Jun 5, 2023
1 parent bbeae28 commit 38319c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if library_type == 'static' and isWindows
endif

if isWindows
libSubstrateArgs += cxx.get_supported_arguments('/permissive-')
libSubstrateArgs += cxx.get_supported_arguments('/permissive-', '/Zc:inline')

rcCfg = configuration_data()
if cxx.get_id() == 'msvc' or cxx.get_id() == 'clang-cl'
Expand Down

0 comments on commit 38319c2

Please sign in to comment.