no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@41 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
b5d2cd3d11
commit
3df4651cd9
22 changed files with 163 additions and 89 deletions
21
readme.txt
21
readme.txt
|
@ -1,4 +1,4 @@
|
|||
Last update: Aug 14, 2002
|
||||
Last update: Aug 22, 2002
|
||||
|
||||
Directions:
|
||||
|
||||
|
@ -8,18 +8,29 @@ If you use the small object allocator directly or indirectly (through the Functo
|
|||
|
||||
If you use Singletons with longevity you must add Singleton.cpp to your project/makefile.
|
||||
|
||||
|
||||
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.
|
||||
Supported Compilers:
|
||||
Gcc v2.95.3
|
||||
Microsoft Visual C++ v7.0
|
||||
Borland C++ Builder v5.6
|
||||
|
||||
Mostly Supported:
|
||||
CodeWarrior 6.0
|
||||
|
||||
TypeList:
|
||||
Microsoft Visual C++ v6.0
|
||||
|
||||
|
||||
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 and to MSVC7.
|
||||
A port to Borland C++ BUilder is in progress.
|
||||
Typelist have been ported to MSVC6.
|
||||
|
||||
|
||||
More info:
|
||||
|
||||
http://moderncppdesign.com
|
||||
http://sourceforge.net/projects/loki-lib/
|
||||
http://sourceforge.net/projects/loki-exp/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue