Hello, who can help me with this error? I can't fix it, i don't have any other ideas to make it:
error C2440: 'initializing': cannot convert from 'initializer list' to std::vector<WeaponName_t,std:allocator<WeaponName_t>>
The error lines is:
std::vector<WeaponName_t> WeaponNames =
{...
i get this errors :
1>D:\CIORDEALA\valve_sdk\sdk.hpp(102,43): error C7576: declaration of 'args' shadows a template parameter
1>D:\CIORDEALA\valve_sdk\sdk.hpp(101): message : see declaration of 'args'
the command line is:
template < typename... args >
void con_msg ( const char* pMsg, args...