chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -20,7 +20,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -35,13 +34,11 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_String_Base_Const
{
public:
typedef ACE_Allocator::size_type size_type;
/// Constant that denotes case where no such character position
/// exists.
static size_type const npos;
};
ACE_END_VERSIONED_NAMESPACE_DECL