The code at the following location behaves as expected.
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