vendredi 30 janvier 2015

Microsoft Visual Studio std::tuple Bug?

The code at the following location behaves as expected.


http://ift.tt/1Lrk7yE



auto x = parse<int, int, float>(buf);


The line above expects the buffer to be in the same order of evaluation. However, on Microsoft Visual Studio 2013 : Update 4 (Latest Production Version) this results in inverse evaluation of the tuple and gives out garbage.


Is this a MSVC bug or have I misunderstood.


Aucun commentaire:

Enregistrer un commentaire