We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33248e commit 69dd969Copy full SHA for 69dd969
thirdparty/cppad/include/cppad/configure.hpp
@@ -287,7 +287,7 @@ CPPAD_HAS_TMPNAM_S
287
If true, tmpnam_s works in C++ on this system.
288
{xrst_spell_off}
289
{xrst_code hpp} */
290
-# define CPPAD_HAS_TMPNAM_S 1
+# define CPPAD_HAS_TMPNAM_S 0
291
/* {xrst_code}
292
{xrst_spell_on}
293
thirdparty/notes.md
@@ -1,3 +1,3 @@
1
-For CPPAD, remember to change `# define CPPAD_C_COMPILER_MSVC_FLAGS 0` in `cppad/include/configure.hpp`
+For CPPAD, remember to change `# define CPPAD_C_COMPILER_MSVC_FLAGS 0` and `# define CPPAD_HAS_TMPNAM_S 0` in `cppad/include/configure.hpp`
2
3
For IPOPT, remember to mask `IPOPTLIB_EXPORT` in `solvers/ipopt/IpoptConfig.h`
0 commit comments