Boost C++ Libraries: Ticket #9593: boost::log unlock_shared undeclared identifier https://svn.boost.org/trac10/ticket/9593 <p> compile error </p> <p> boost_1_55_0\boost/log/detail/locks.hpp(89) 'unlock_shared' : undeclared identifier </p> <p> Compiled with visual studio express 2013. "b2 link=static" </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9593 Trac 1.4.3 petke@… Sat, 18 Jan 2014 12:09:10 GMT attachment set https://svn.boost.org/trac10/ticket/9593 https://svn.boost.org/trac10/ticket/9593 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.log</span> </li> </ul> <p> boost build log </p> Ticket anonymous Sat, 18 Jan 2014 12:14:13 GMT <link>https://svn.boost.org/trac10/ticket/9593#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9593#comment:1</guid> <description> <p> The error shows up not when building boost, but when building a project of mine that is too large to include here. It worked fine with an older version (see rev below) of boost log (but with visual studio 2012): </p> <p> rev 698 sourceforge.net/svnroot/boost-log/branches/v1 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 18 Jan 2014 12:18:53 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9593#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9593#comment:2</guid> <description> <p> The error line points to a generic code. Can you create a small code sample illustrating the problem? </p> </description> <category>Ticket</category> </item> <item> <author>petke@…</author> <pubDate>Sat, 18 Jan 2014 22:00:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9593#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9593#comment:3</guid> <description> <p> You can close this bugreport. Probably, my bad. </p> <p> When I compile a few samples from 1_54_0 all works fine. </p> <p> I havent looked at my logging code in a long time. Seems lots has changed in the log API since I wrote it. I get lots more compile errors when I make sure all of my logging code is being compiled. I believe I use the old v1 API, and this is v2 API. I'll just port it to the new one. That will probably solve it. </p> <p> Thanks </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sun, 19 Jan 2014 08:11:25 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9593#comment:4 https://svn.boost.org/trac10/ticket/9593#comment:4 <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">invalid</span> </li> </ul> Ticket