Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2006, 2:44:51 PM (18 years ago)
Author:
bensch
Message:

Extension possible now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/executor_substring.h

    r9742 r9745  
    2727#include "executor_generic.h"
    2828#include "substring.h"
    29 
     29#ifdef FUNCTOR_CALL_TYPE
     30 #undef FUNCTOR_CALL_TYPE
     31#endif
     32#define FUNCTOR_CALL_TYPE const SubString
    3033
    3134template<typename type> type fromString(const std::string& input, type defaultValue) { return defaultValue; };
Note: See TracChangeset for help on using the changeset viewer.