NoelFB / blah

A small 2d c++ game framework
MIT License
577 stars 52 forks source link

`Reserve` identifier not found #1

Closed AKholetsky closed 4 years ago

AKholetsky commented 4 years ago

Windows 10. Visual Studio 2019.

An error appears when building a test project.

E:\Projects\CPP\blah\blah_source\public\blah\containers\list.h(103,3): error C3861: 'Reserve': identifier not found E:\Projects\CPP\blah\blah_source\public\blah\containers\list.h(103,10): message : 'Reserve': function declaration must be available as none of the arguments depend on a template parameter

NoelFB commented 4 years ago

Thanks, fixed in merge!