https://svn.lrde.epita.fr/svn/oln/trunk/olena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* oln/core/typedefs.hh: Catch up with changes in Static's
stc/scoop.hh.
typedefs.hh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: oln/core/typedefs.hh
--- oln/core/typedefs.hh (revision 572)
+++ oln/core/typedefs.hh (working copy)
@@ -41,25 +41,25 @@
# include <stc/any.hh>
# include <stc/exact.hh>
-# include <stc/vtypes.hh>
+# include <stc/scoop.hh>
# include <oln/core/type.hh>
// FIXME: Move to oln/core.
# include <oln/core/macros.hh>
-namespace oln
-{
-
/*----------------------.
| Namespace equipment. |
`----------------------*/
// The virtual types facility is inserted here because it also
// triggers Metalic's typedef introspection equipment.
- stc_equip_namespace_with_vtypes();
+stc_scoop_equipment_for_namespace(oln);
+namespace oln
+{
+
/*-------.
| Misc. |
`-------*/