Re: [Boost-bugs] [Boost C++ Libraries] #10236: C1202 compilation error on long set_formatter( ) expressions for MSVC 2013

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10236: C1202 compilation error on long set_formatter( ) expressions for MSVC 2013
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-27 11:51:13


#10236: C1202 compilation error on long set_formatter( ) expressions for MSVC 2013
--------------------------------------+---------------------
  Reporter: Kent Knox <kent.knox@…> | Owner: andysem
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: log
   Version: Boost 1.55.0 | Severity: Problem
Resolution: wontfix | Keywords: C1202
--------------------------------------+---------------------
Changes (by andysem):

 * status: new => closed
 * resolution: => wontfix

Comment:

 Apparently, you're hitting a compiler limit. To construct the formatter
 Boost.Phoenix is used, and I'm not sure what I can do in Boost.Log to
 avoid that limit (except to rewrite the filters and formatters framework
 to not use Boost.Phoenix, which I'd like to avoid). You can try filing a
 ticket to Boost.Phoenix developers but personally I don't see what can be
 done there either to completely remove the limitation.

 If you really need such large expressions you can try implementing it as a
 regular function, which you can set as a filter or formatter.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10236#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC