Ignore:
Timestamp:
2001-06-06T16:43:14+12:00 (23 years ago)
Author:
sjboddie
Message:

A couple of small changes to phind's generate code to get it working
under windows 95

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/phrase.h

    r2487 r2498  
    2828#ifndef PHRASE_H
    2929#define PHRASE_H
     30
     31// use the standard namespace
     32#if !defined (GSDL_NAMESPACE_BROKEN)
     33#if defined(GSDL_USE_OBJECTSPACE)
     34using namespace ospace::std;
     35#else
     36using namespace std;
     37#endif
     38#endif
    3039
    3140#if defined(GSDL_USE_STL_H)
Note: See TracChangeset for help on using the changeset viewer.