Boost C++ Libraries: Ticket #505: object tracking https://svn.boost.org/trac10/ticket/505 <pre class="wiki">I upgraded my compiler from VC7 to VC7.1. I rebuilt boost using the new compiler and rebuilt my application. No code relating to use of boost (I use it for it's serialization library) changed, and it worked in VC7, but now I get an assertion in the file oserializer.hpp BOOST_STATIC_ASSERT(check_tracking&lt;T&gt;::value) it says I need to check my object tracking settings...My question is why would it not do this for vc7.0, but it does this for VC7.1? What can I do to remedy this? I use default object tracking settings throughout and I do serialize through pointers a lot. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/505 Trac 1.4.3 Robert Ramey Mon, 31 Oct 2005 16:26:43 GMT <link>https://svn.boost.org/trac10/ticket/505#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/505#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=396141 Thank you for submitting a Boost tech support request. &lt;BR&gt;*** At this time, tech support requests to this SourceForge tracker are monitored at best sporadically. A more reliable way to get answers is to post to the boost mailing list at &lt;a href="http://groups.yahoo.com/group/boost"&gt;http://groups.yahoo.co m/group/boost&lt;/a&gt;. Although the maintainers of Boost libraries try to respond to questions in a timely fashion, we offer no guarantee of service, express or implied. *** </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Mon, 31 Oct 2005 16:26:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/505#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/505#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=396141 This is the result of a change in the serialization library for 1.33. Review the manual - specially note the new rationale item which specifically addresses this point. A minor modification in your code well result in the assertion going away and improved robustness in your program which serializes pointers. Robert Ramey </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Mon, 31 Oct 2005 16:28:45 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/505#comment:3 https://svn.boost.org/trac10/ticket/505#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket