[Boost-bugs] [Boost C++ Libraries] #13032: qvm/mat.hpp fails to compile when assign/list_of.hpp has been included first

Subject: [Boost-bugs] [Boost C++ Libraries] #13032: qvm/mat.hpp fails to compile when assign/list_of.hpp has been included first
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-05-15 08:36:16


#13032: qvm/mat.hpp fails to compile when assign/list_of.hpp has been included
first
-----------------------------------------+------------------------------
 Reporter: Michael Krause <m.krause@…> | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.64.0
 Severity: Problem | Keywords:
-----------------------------------------+------------------------------
 Following program:

 {{{
 #include "boost/assign/list_of.hpp"
 #include "boost/geometry/strategies/transform/matrix_transformers.hpp"
 }}}

 fails to compile with g++-6.1.0, giving the error

 {{{
 /home/krausemi/xxxx-boost/1.64/include/boost/qvm/mat.hpp: In member
 function ‘boost::qvm::mat<T, Rows, Cols>::operator R() const’:
 /home/krausemi/xxxx-boost/1.64/include/boost/qvm/mat.hpp:28:23: error:
 expected primary-expression before ‘(’ token
                  assign(r,*this);
                        ^
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/13032>
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-05-15 08:40:12 UTC