Subject: [boost] Serializing shared_ptr fails on .template
From: Jared McIntyre (jmcintyre_at_[hidden])
Date: 2015-04-08 11:06:31


I've run into an issue where VS 2013, and likely earlier versions, fail to
serialize a shared_ptr because Visual Studio is choking on the use of
ar.template get_helper in load() to remove ambiguity. The issue appears to
replicate previous bug report here:

https://svn.boost.org/trac/boost/ticket/10727

That report didn't post an example, so instead of adding a new bug, I've
posted example code to that existing report.

VS 2013
Boost 1.57

Jared McIntyre