Hi All
I have a suspicion this is all ancient history now, but I was surprised
this code worked.
#include <iostream>
#include <vector>
#include
Robert Jones via Boost-users wrote:
Am I right in thinking this is what BOOST_RESULT_OF_USE_DECLTYPE was all about, and everything now just works because modern compilers are implemtenting decltype now?
Yes. If you do #define BOOST_RESULT_OF_USE_TR1 the code should fail to compile. Regards, Michel
participants (2)
-
Michel Morin
-
Robert Jones