SvByteStrings can go now
This commit is contained in:
parent
84dfaea69b
commit
ae3a5e9c2d
2 changed files with 0 additions and 7 deletions
|
@ -83,11 +83,6 @@ SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsISortDtor, StringPtr, 1, 1, SVL_DLL
|
||||||
#define _SVSTDARR_STRINGSISORTDTOR_DECL
|
#define _SVSTDARR_STRINGSISORTDTOR_DECL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _SVSTDARR_BYTESTRINGS_DECL
|
|
||||||
SV_DECL_PTRARR_VISIBILITY( SvByteStrings, ByteStringPtr, 1, 1, SVL_DLLPUBLIC )
|
|
||||||
#define _SVSTDARR_BYTESTRINGS_DECL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef std::deque< xub_StrLen > SvXub_StrLens;
|
typedef std::deque< xub_StrLen > SvXub_StrLens;
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
|
|
@ -68,8 +68,6 @@ SV_IMPL_PTRARR( SvStringsDtor, StringPtr )
|
||||||
SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr )
|
SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr )
|
||||||
SV_IMPL_OP_PTRARR_SORT( SvStringsSortDtor, StringPtr )
|
SV_IMPL_OP_PTRARR_SORT( SvStringsSortDtor, StringPtr )
|
||||||
|
|
||||||
SV_IMPL_PTRARR( SvByteStrings, ByteStringPtr )
|
|
||||||
|
|
||||||
// ---------------- strings -------------------------------------
|
// ---------------- strings -------------------------------------
|
||||||
|
|
||||||
// Array mit anderer Seek-Methode!
|
// Array mit anderer Seek-Methode!
|
||||||
|
|
Loading…
Reference in a new issue