CppAD: A C++ Algorithmic Differentiation Package 20110419
#define CPPAD_VALID_COMPLEX_CASE (   function)
Value:
inline std::complex<float> function(const std::complex<float> &x)     \
{       return std::function(x); }

Definition at line 235 of file base_complex.hpp.