Boost C++ Libraries: Ticket #9389: boost::log operator<< (basic_formatting_ostream< CharT, TraitsT, AllocatorT >& strm, T const& value) https://svn.boost.org/trac10/ticket/9389 <p> i have a type, whose output operator takes non-const reference (operator&lt;&lt;(ostream&amp;, T&amp;)) </p> <p> it cannot be used with boost::log operator&lt;&lt; (basic_formatting_ostream&lt; CharT, TraitsT, AllocatorT &gt;&amp; strm, T const&amp; value) </p> <p> please consider removing const restriction </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9389 Trac 1.4.3 Andrey Semashev Sat, 22 Feb 2014 14:57:04 GMT <link>https://svn.boost.org/trac10/ticket/9389#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9389#comment:1</guid> <description> <p> Implemented in develop: <a class="ext-link" href="https://github.com/boostorg/log/commit/74267d9f39b9297452c5446bfbe06eca4feeb8ad"><span class="icon">​</span>https://github.com/boostorg/log/commit/74267d9f39b9297452c5446bfbe06eca4feeb8ad</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 15 Mar 2014 12:43:03 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9389#comment:2 https://svn.boost.org/trac10/ticket/9389#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> Merged to master. </p> Ticket Vite Falcon <vitefalcon@…> Sun, 24 May 2015 11:55:48 GMT <link>https://svn.boost.org/trac10/ticket/9389#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9389#comment:3</guid> <description> <p> This specific change has caused compiler issues for me that can be seen in this gist: <a class="ext-link" href="http://tinyurl.com/boost-log-compiler-error"><span class="icon">​</span>http://tinyurl.com/boost-log-compiler-error</a> </p> <p> I removed the lines you committed as part of this fix and my application works fine. This is a breaking change. Can you please fix this ASAP? </p> </description> <category>Ticket</category> </item> <item> <author>Vite Falcon <vitefalcon@…></author> <pubDate>Sun, 24 May 2015 11:58:44 GMT</pubDate> <title>status changed; resolution deleted https://svn.boost.org/trac10/ticket/9389#comment:4 https://svn.boost.org/trac10/ticket/9389#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> Ticket Andrey Semashev Mon, 25 May 2015 08:03:30 GMT <link>https://svn.boost.org/trac10/ticket/9389#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9389#comment:5</guid> <description> <p> Please, provide a small code sample which breaks. </p> </description> <category>Ticket</category> </item> <item> <author>Vite Falcon <vitefalcon@…></author> <pubDate>Wed, 27 May 2015 07:13:56 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/9389 https://svn.boost.org/trac10/ticket/9389 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">BoostLogTest.zip</span> </li> </ul> <p> Here's an example that breaks; VS2013, x64, boost_1_58_0 </p> Ticket Vite Falcon <vitefalcon@…> Wed, 27 May 2015 07:19:51 GMT <link>https://svn.boost.org/trac10/ticket/9389#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9389#comment:6</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/9389#comment:5" title="Comment 5">andysem</a>: </p> <blockquote class="citation"> <p> Please, provide a small code sample which breaks. </p> </blockquote> <p> Just did. This is the same configuration that breaks for me. It breaks for 32-bit build as well although the attached project doesn't have it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sun, 31 May 2015 21:15:18 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9389#comment:7 https://svn.boost.org/trac10/ticket/9389#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/log/commit/bdf86442e5437ffc70b0a738916f715b0e1270c6"><span class="icon">​</span>https://github.com/boostorg/log/commit/bdf86442e5437ffc70b0a738916f715b0e1270c6</a>. </p> Ticket