Boost C++ Libraries: Ticket #9693: error C2039: 'proto_tag' : is not a member of 'boost::phoenix::custom_terminal<boost::log::v2_mt_nt5::expressions::format_date_time_terminal<T,FallbackPolicyT,CharT>,void>' https://svn.boost.org/trac10/ticket/9693 <p> Some time in the last month the following statement stopped compiling with modular-boost/master on visual studio 2013. </p> <p> The first error is... </p> <p> error C2039: 'proto_tag' : is not a member of 'boost::phoenix::custom_terminal&lt;boost::log::v2_mt_nt5::expressions::format_date_time_terminal&lt;T,FallbackPolicyT,CharT&gt;,void&gt;' </p> <p> I have attached a build.log and an example cpp file. </p> <p> I switched to develop and got the same result. I am new to git so not sure I did it right. </p> <p> git checkout develop git pull --recurse-submodules .\b2 --toolset=msvc-12.0 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9693 Trac 1.4.3 Joseph Southwell <joseph@…> Fri, 21 Feb 2014 00:57:27 GMT attachment set https://svn.boost.org/trac10/ticket/9693 https://svn.boost.org/trac10/ticket/9693 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.cpp</span> </li> </ul> Ticket Joseph Southwell <joseph@…> Fri, 21 Feb 2014 00:57:39 GMT attachment set https://svn.boost.org/trac10/ticket/9693 https://svn.boost.org/trac10/ticket/9693 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.log</span> </li> </ul> Ticket Joseph Southwell <joseph@…> Fri, 21 Feb 2014 21:27:41 GMT <link>https://svn.boost.org/trac10/ticket/9693#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9693#comment:1</guid> <description> <p> this was broken on February 6th in phoenix fixing issue 7730. </p> <p> It can be fixed in boost\log\detail\custom_terminal_spec.hpp </p> <p> by adding the following line before including boost\phoenix\core\terminal.hpp </p> <p> #define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 22 Feb 2014 10:50:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9693#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9693#comment:2</guid> <description> <p> I can reproduce this as well with gcc 4.8.1. Currently I'm not sure what the best course of action is with this problem. I'll contact with John in <a class="new ticket" href="https://svn.boost.org/trac10/ticket/7730" title="#7730: Bugs: Generic specializations of is_nullary for custom terminals are not possible (new)">#7730</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 22 Feb 2014 10:53:09 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/9693 https://svn.boost.org/trac10/ticket/9693 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">gcc_log.txt</span> </li> </ul> <p> GCC compilation failure. </p> Ticket Andrey Semashev Sat, 22 Feb 2014 11:33:06 GMT <link>https://svn.boost.org/trac10/ticket/9693#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9693#comment:3</guid> <description> <p> I've committed a fix in develop: <a class="ext-link" href="https://github.com/boostorg/log/commit/409dffcd1b96b0818831c2369c96ded523be0f0b"><span class="icon">​</span>https://github.com/boostorg/log/commit/409dffcd1b96b0818831c2369c96ded523be0f0b</a>. </p> </description> <category>Ticket</category> </item> <item> <author>John Fletcher <J.P.Fletcher@…></author> <pubDate>Mon, 10 Mar 2014 16:58:54 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9693#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9693#comment:4</guid> <description> <p> Hi. Is this now fixed in Log? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Mon, 10 Mar 2014 17:02:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9693#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9693#comment:5</guid> <description> <p> It is fixed in develop, yes. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sat, 15 Mar 2014 12:42:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9693#comment:6 https://svn.boost.org/trac10/ticket/9693#comment:6 <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