1Template capabilities(3) QuantLib Template capabilities(3)
2
3
4
6 Template capabilities -
7
9 Some compilers still do not fully implement the template syntax. These
10 macros can be used to select between alternate implementations of
11 blocks of code, namely, one that takes advantage of template
12 programming techniques and a less efficient one which is compatible
13 with all compilers.
14
15 Defines
16 #define QL_TYPENAME typename
17
19 #define QL_TYPENAME typename
20 In Visual C++ 6, typename can only be used in template declarations and
21 not in template definitions.
22
23
24
25Version 0.8.1 29 Oct 2007 Template capabilities(3)