Boost C++ Libraries: Ticket #1959: [regex] C4910 warnings from VC9 https://svn.boost.org/trac10/ticket/1959 <p> (Noticed when testing <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1618" title="#1618: Feature Requests: Warnings need supressing (closed: fixed)">#1618</a>): </p> <p> Running the Regex or iostreams tests on VC9 produces a load of C4910 ("'<span class="underline">declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation") warnings. </span></p> <p> Log file showing the warnings attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1959 Trac 1.4.3 Richard Webb <richard.webb@…> Tue, 27 May 2008 21:11:08 GMT attachment set https://svn.boost.org/trac10/ticket/1959 https://svn.boost.org/trac10/ticket/1959 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">vc9.zip</span> </li> </ul> Ticket Richard Webb <richard.webb@…> Tue, 27 May 2008 21:36:40 GMT <link>https://svn.boost.org/trac10/ticket/1959#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1959#comment:1</guid> <description> <p> (note: the attached log shows one of the tests failing with a linker error. that seems to have gone away after updating the source, but i cant overwrite the log file) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Tue, 03 Jun 2008 12:52:55 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1959#comment:2 https://svn.boost.org/trac10/ticket/1959#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/46077" title="Patch for VC9 explicit template instantiation. Fixes #1959.">[46077]</a>) Patch for VC9 explicit template instantiation. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1959" title="#1959: Bugs: [regex] C4910 warnings from VC9 (closed: fixed)">#1959</a>. </p> Ticket