Opened 7 years ago

#11551 new Bugs

Missing type member

Reported by: lcarreon@… Owned by: Eric Niebler
Milestone: To Be Determined Component: proto
Version: Boost 1.59.0 Severity: Problem
Keywords: Cc:

Description

I compiled Boost 1.59.0 with Solaris Studio 12.4 in C++11 mode and I get the following error messages:

"./boost/proto/detail/preprocessed/make_expr_.hpp", line 73: Error: type is not a member of boost::proto::transform<boost::proto::switch_<boost::phoenix::phoenix_generator, boost::proto::tag_of<boost::proto::_>()>, void>::result<boost::phoenix::phoenix_generator(boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::assign, boost::proto::argsns_::list2<boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::phoenix::argument<1>>, 0>, boost::phoenix::actor<boost::proto::exprns_::basic_expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::phoenix::argument<1>>, 0>>>, 2>)>.

My suspicion is that this is a compiler issue but I just need to confirm with you that it is.

Change History (0)

Note: See TracTickets for help on using tickets.