I've updated the QVM library (which hasn't been reviewed yet),
including minor changes plus a workaround for what appears to be a
parsing bug in msvc-12:
http://www.revergestudios.com/boost-qvm/
--
Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode
P.S. Perhaps STL can confirm, I'm guessing that the MSVC bug was
introduced by the added rvalue reference support, which interfered
with the heuristics MSVC uses to attempt to successfully parse
non-conformant code that doesn't use mandatory "typename". This can be
seen for example in q.hpp, which used to contain functions like:
template