Prev | Next | preprocessor |
CPPAD_
.
Note that there are some old, deprecated preprocessor symbols that
begin with CppAD
.
In this section we list all of the CppAD preprocessor symbols that
are part of the CppAD Application Interface (API).
windows.h
,
it is done as follows:
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <windows.h>
g++
one could put -D CPPAD_DEBUG_AND_RELEASE
on the complier command line.
If it is defined, less error checking is done and the
debug and release versions of CppAD can be mixed in the same program.
Of particular note is that thread_alloc
does less error checking.
For programs that do a lot of memory allocation,
this can be a significant time savings when NDEBUG
is defined.
nullptr
.
const char*
representation of this version of CppAD.