View Single Post
Author Message
11922911
Senior Member
Join Date: Dec 2011
Location: Yuen Long Country
Old 11-03-2018 , 17:10   [AMTL] Is there any way to clone a ke::Vector?
Reply With Quote #1

i have the following code:
PHP Code:
    ke::Vector<intab;
    
b.append(1);
    
b
but it doesn't compile in Visual Studio 2015...

i was using the amxmodx sdk from here

1>amxmodx\modules\waypoint\Waypoint.h(15): error C2248: 'ke::Vector<int,ke::SystemAllocatorPolicy>: perator =': cannot access private member declared in class 'ke::Vector<int,ke::SystemAllocatorPolicy>'
1> amxmodx\public\amtl\amtl/am-vector.h(221): note: see declaration of 'ke::Vector<int,ke::SystemAllocatorPolicy>: perator ='
1> amxmodx\modules\waypoint\Waypoint.h(13): note: see declaration of 'ke::Vector<int,ke::SystemAllocatorPolicy>'
__________________
youtube:
@holla16

Last edited by 11922911; 11-03-2018 at 17:11.
11922911 is offline