Looks like the compiler doesn’t know which constructor of var
to use for DynamicObject::Ptr
s.
Also, constexpr
isn’t supported by that compiler.
Edit: Actually, it looks like I don’t have the latest VS2013 update installed. May be a false alarm!
Edit: Installing the latest update doesn’t fix these issues.