QuantLib 0.3.9
Getting started
Reference manual
|
Detailed Description
Some compilers still define time functions in the global namespace. For the code to be portable these macros had to be used instead of the actual functions. However, Boost provides the means of bypassing this limitation; therefore, all these macros are now deprecated in favor of the actual functions in namespace std.
|
Defines |
#define | QL_TIME std::time |
| time value
|
#define | QL_TIME_T std::time_t |
| time_t type
|
#define | QL_TM std::tm |
| tm type
|
#define | QL_GMTIME std::gmtime |
| gmtime function
|
Define Documentation
#define QL_TIME std::time |
|
#define QL_TIME_T std::time_t |
|
#define QL_GMTIME std::gmtime |
|
|