10 Jun
2011
10 Jun
'11
12:17 a.m.
On Thu, Jun 9, 2011 at 2:36 AM, Anders Wallin
When using a std::vector for the TimeMap parameter of stamp_times I saw errors along the lines of "error: no matching function for call to ‘put(........."
I changed the TimeMap parameter to a raw array, and now this compiles for me: http://codepad.org/9KZp2FP2
not sure exactly why... (the vertex descriptor type is 'long unsigned int', which maybe isn't the key-type for a std::vector<Size> ?)
Anders
Thanks Anders, it compiles for me too (not that I know what to do with it now...? haha). David