mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
6
deps/acelite/ace/Array_Base.h
vendored
6
deps/acelite/ace/Array_Base.h
vendored
@@ -4,7 +4,7 @@
|
||||
/**
|
||||
* @file Array_Base.h
|
||||
*
|
||||
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
||||
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
|
||||
*/
|
||||
//=============================================================================
|
||||
|
||||
@@ -41,7 +41,6 @@ template<class T>
|
||||
class ACE_Array_Base
|
||||
{
|
||||
public:
|
||||
|
||||
// Old/ACE-style traits.
|
||||
typedef T TYPE;
|
||||
typedef ACE_Array_Iterator<T> ITERATOR;
|
||||
@@ -59,8 +58,6 @@ public:
|
||||
|
||||
ACE_DECLARE_STL_REVERSE_ITERATORS
|
||||
|
||||
// = Initialization and termination methods.
|
||||
|
||||
/// Dynamically create an uninitialized array.
|
||||
ACE_Array_Base (size_type size = 0,
|
||||
ACE_Allocator * the_allocator = 0);
|
||||
@@ -205,7 +202,6 @@ template <class T>
|
||||
class ACE_Array_Iterator
|
||||
{
|
||||
public:
|
||||
// = Initialization method.
|
||||
ACE_Array_Iterator (ACE_Array_Base<T> &);
|
||||
|
||||
// = Iteration methods.
|
||||
|
||||
Reference in New Issue
Block a user