Re: [Boost-bugs] [Boost C++ Libraries] #8811: Problem compiling Boost.Log tutorial

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8811: Problem compiling Boost.Log tutorial
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-18 19:58:05


#8811: Problem compiling Boost.Log tutorial
-------------------------------+---------------------
  Reporter: lcarreon@… | Owner: andysem
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: log
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by Chris Stylianou <chris5287@…>):

 Im also experiencing similar warnings:

 {{{
 .../include/boost/log/expressions/formatters/stream.hpp:40:29: warning:
 missing initializer for member
 boost::phoenix::actor<boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::terminal,
 boost::proto::argsns_::term<boost::phoenix::argument<2> >, 0l>
>::proto_expr_ [-Wmissing-field-initializers]
  const stream_type stream = {};
                              ^
 }}}

 {{{
 .../include/boost/log/expressions/keyword.hpp:203:53: warning: missing
 initializer for member
 boost::log::v2_mt_posix::expressions::attribute_keyword<boost::log::v2_mt_posix::trivial::tag::severity>::proto_expr_
 [-Wmissing-field-initializers]
      const BOOST_PP_CAT(keyword_, _type) keyword_ = {};
                                                      ^
 }}}


 {{{
 .../include/boost/log/expressions/message.hpp:98:31: warning: missing
 initializer for member
 boost::log::v2_mt_posix::expressions::attribute_keyword<boost::log::v2_mt_posix::expressions::tag::message>::proto_expr_
 [-Wmissing-field-initializers]
  const message_type message = {};
                                ^
 }}}

 {{{
 .../include/boost/log/expressions/message.hpp:108:33: warning: missing
 initializer for member
 boost::log::v2_mt_posix::expressions::attribute_keyword<boost::log::v2_mt_posix::expressions::tag::smessage>::proto_expr_
 [-Wmissing-field-initializers]
  const smessage_type smessage = {};
                                  ^
 }}}

 {{{
 .../include/boost/log/expressions/message.hpp:119:33: warning: missing
 initializer for member
 boost::log::v2_mt_posix::expressions::attribute_keyword<boost::log::v2_mt_posix::expressions::tag::wmessage>::proto_expr_
 [-Wmissing-field-initializers]
  const wmessage_type wmessage = {};
                                  ^
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8811#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:13 UTC