609: Fix the macro stc_virtual_typedef.

9 Oct
2006
9 Oct
'06
2:51 p.m.
2006-10-09 Thierry GERAUD <theo@tegucigalpa.lrde.epita.fr> * stc/scoop.hh (stc_virtual_typedef): Fix macro. Index: stc/scoop.hh =================================================================== --- stc/scoop.hh (revision 606) +++ stc/scoop.hh (working copy) @@ -1032,7 +1032,7 @@ /// for details). Warning: this macro assumes that the exact type /// parameter is named 'E'. #define stc_virtual_typedef(Typedef) \ - typedef oln_check_type_of(E, Typedef) Typedef + typedef stc_check_direct_type_of(E, Typedef) Typedef #endif // ! STC_SCOOP_HH
6945
Age (days ago)
6945
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thierry GERAUD