Changeset 6808 for branches/refactor/TEMPLATES/arb_str.h
- Timestamp:
- 08/09/10 14:52:57 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/TEMPLATES/arb_str.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/TEMPLATES/arb_str.h
r6804 r6808 13 13 #define ARB_STR_H 14 14 15 #ifndef _CPP_CSTDDEF 16 #include <cstddef> 17 #endif 18 #ifndef _CPP_CCTYPE 15 19 #include <cctype> 16 17 #ifndef __cplusplus18 // this header only works with c++19 // those functions needed by ARBDB are duplicated in adstring.c (with GBS_-prefix)20 #error inline.h may be used in C++ only21 20 #endif 22 21
