From 23a3d274c9c29a680ad1cfff41eaf9130b2a358c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 4 Nov 2000 06:12:14 +0000 Subject: [PATCH] *** empty log message *** [SVN r8127] --- release_notes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 47deffc0..993f2a52 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,22 @@ +2000-11-04 0:36 + + Removed the need for the phantom base class that screwed up inheritance + hierarchies, introduced error-prone ordering dependencies, and complexified + logic in many places! + + extclass.h: Added some explanatory comments, removed wasteful m_self member + of HeldInstance + + extclass_demo.cpp: Added #pragmas which allow compilation in ansi strict + mode under Metrowerks + + functions.h: Added virtual_function as part of phantom base class removal; + expanded commentary + + pyptr.h: Added some missing 'typename's and a GCC workaround fix + + subclass.cpp: Added missing string literal const_cast<>s. + 2000-11-03 10:58 Fix friend function instantiation bug caught by Metrowerks (thanks