2006-10-09 Thierry GERAUD <theo(a)tegucigalpa.lrde.epita.fr>
* stc/scoop.hh (stc_virtual_typedef): Remove this macro which
cannot be consistent wrt to client namespaces.
Index: stc/scoop.hh
===================================================================
--- stc/scoop.hh (revision 611)
+++ stc/scoop.hh (working copy)
@@ -1027,12 +1027,4 @@
::ret
-
-/// Declare the vtype \a Typedef in an abstract class (see sample code
-/// for details). Warning: this macro assumes that the exact type
-/// parameter is named 'E'.
-#define stc_virtual_typedef(Typedef) \
- typedef stc_check_direct_type_of(E, Typedef) Typedef
-
-
#endif // ! STC_SCOOP_HH