c++ - using tuple with visual studio 2008 -


i have older code uses:

#include <tuple>   

this project visual studio 2008 project. according microsoft, possible to use tuple 2008 see here . however, cannot compile , getting error:

error 34 fatal error c1083: cannot open include file: 'tuple': no such file or directory

what works me installing service pack 1 here


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -