June 20, 2001 revision:
* ported by Nick Thurn to gcc * many bug fixes git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@7 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
2ffd6b016f
commit
1fadda9836
24 changed files with 612 additions and 686 deletions
|
@ -1,4 +1,4 @@
|
|||
Last update: February 19, 2001
|
||||
Last update: June 20, 2001
|
||||
|
||||
Directions:
|
||||
|
||||
|
@ -12,6 +12,9 @@ Compatibility:
|
|||
|
||||
Loki has been tested with Metrowerks CodeWarrior Pro 6 under Windows. CodeWarrior has a problem with the Conversion template (see TypeManip.h) and, though it compiles it, it doesn't provide correct results. Consequently, the DerivedToFront algorithm in Typelist.h does not function. This affects the static dispatcher in Multimethods.h. As a fix, you must order the types (putting the most derived ones in the front) when providing the typelist argument to StaticDispatcher.
|
||||
|
||||
Also, Loki has been ported to gcc 2.95.3 by Nick Thurn.
|
||||
|
||||
|
||||
More info:
|
||||
|
||||
http://moderncppdesign.com
|
||||
http://moderncppdesign.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue