Time Nick Message 18:59 kilbith http://codepad.org/KRLcPl8w 18:59 kilbith any alternative in C++14? 18:59 kilbith void* would work I guess 19:05 rubenwardy looks like the problem is that std::tuple doesn't support copy-list initialization before c++17 19:05 rubenwardy don't see how void* solves that 19:05 rubenwardy you could make a struct instead 19:05 rubenwardy CameraTransform 21:00 Desour kilbith: you can write the type before '{' for each tuple instance, to explicitly call the constructor 21:15 Desour oh, nevermind, you were referring to the any 21:27 kilbith it took long to notice! 21:47 Desour yes, because of my missing knowledge on how brace-init-lists work, and because the "any" is small 22:20 kilbith what prevent us to switch to C++17 btw? 22:21 kilbith I'm starting to develop a feeling of hatred toward people who still live backward (software and/or hardware wise)