We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75df987 commit 5e1e176Copy full SHA for 5e1e176
1 file changed
examples/13_write_dynamic_configuration.cpp
@@ -18,7 +18,8 @@ int main()
18
19
using position_t = double;
20
21
-#if !__NVCOMPILER // see https://github.com/ToruNiina/toml11/issues/205
+// see https://github.com/ToruNiina/toml11/issues/205
22
+#if !defined(__NVCOMPILER_MAJOR__) || __NVCOMPILER_MAJOR__ >= 23
23
/*
24
* This example demonstrates how to use JSON/TOML-based dynamic
25
* configuration for openPMD.
0 commit comments