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
Post a Comment