std::tuple?

Joined
Jul 31, 2014
Messages
836
How might I get std::tuple to be included within the standard library in CvGameCore? I am unsure where to include/modify the libraries.

Spoiler :
Yes, I know I can just do something like std:: pair<std:: pair<value_1, value_2>, value 3>, but that looks really messy.
 
Given that std:tuple is part of the C++11 spec, and that the Civ 5 core requires the VS-2008 tool set to compile, will this ever work even if you could somehow get the header in? Eg this thread asking a similar question
 
Back
Top Bottom