Skip to content

Instantly share code, notes, and snippets.

@TheZoq2
Created November 29, 2015 10:39
Show Gist options
  • Save TheZoq2/4de23347ac3d9ea3e46f to your computer and use it in GitHub Desktop.
Save TheZoq2/4de23347ac3d9ea3e46f to your computer and use it in GitHub Desktop.
In file included from /home/frans/Documents/cpp/sfml/arcticseals/src/LightManager.h:9:0,
from /home/frans/Documents/cpp/sfml/arcticseals/src/entitygroup.h:13,
from /home/frans/Documents/cpp/sfml/arcticseals/src/entitygroup.cpp:1:
/home/frans/Documents/cpp/sfml/arcticseals/src/IDList.h: In instantiation of ‘zen::IDList<T>::IDList() [with T = zen::Light]’:
/home/frans/Documents/cpp/sfml/arcticseals/src/LightManager.h:13:11: required from here
/home/frans/Documents/cpp/sfml/arcticseals/src/IDList.h:111:23: warning: ‘zen::IDList<zen::Light>::freeSlots’ will be initialized after [-Wreorder]
std::set<int> freeSlots;
^
/home/frans/Documents/cpp/sfml/arcticseals/src/IDList.h:110:25: warning: ‘std::vector<zen::Light*, std::allocator<zen::Light*> > zen::IDList<zen::Light>::data’ [-Wreorder]
std::vector<T*> data;
^
/home/frans/Documents/cpp/sfml/arcticseals/src/IDList.h:14:9: warning: when initialized here [-Wreorder]
IDList():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment