Re: gcc 5 C++ string issue

2015-02-25 Thread Petr Machata
Orion Poplawski or...@cora.nwra.com writes: On 02/24/2015 05:22 PM, Kevin Kofler wrote: Orion Poplawski wrote: Getting: /builddir/build/BUILD/mrpt-1.0.2/libs/base/include/mrpt/utils/mrpt_macros.h:296:150: error: no match for 'operator' (operand types are 'std::basic_ostreamchar' and

Re: gcc 5 C++ string issue

2015-02-25 Thread Orion Poplawski
On 02/25/2015 09:04 AM, Petr Machata wrote: Orion Poplawski or...@cora.nwra.com writes: On 02/24/2015 05:22 PM, Kevin Kofler wrote: Orion Poplawski wrote: Getting: /builddir/build/BUILD/mrpt-1.0.2/libs/base/include/mrpt/utils/mrpt_macros.h:296:150: error: no match for 'operator' (operand

Re: gcc 5 C++ string issue

2015-02-24 Thread Kevin Kofler
Orion Poplawski wrote: Getting: /builddir/build/BUILD/mrpt-1.0.2/libs/base/include/mrpt/utils/mrpt_macros.h:296:150: error: no match for 'operator' (operand types are 'std::basic_ostreamchar' and 'std::ostringstream {aka std::__cxx11::basic_ostringstreamchar}') #define ASSERT_NOT_EQUAL_(

gcc 5 C++ string issue

2015-02-24 Thread Orion Poplawski
Getting: /builddir/build/BUILD/mrpt-1.0.2/libs/base/include/mrpt/utils/mrpt_macros.h:296:150: error: no match for 'operator' (operand types are 'std::basic_ostreamchar' and 'std::ostringstream {aka std::__cxx11::basic_ostringstreamchar}') #define ASSERT_NOT_EQUAL_( __A, __B) { if (__A==__B) {

Re: gcc 5 C++ string issue

2015-02-24 Thread Orion Poplawski
On 02/24/2015 05:22 PM, Kevin Kofler wrote: Orion Poplawski wrote: Getting: /builddir/build/BUILD/mrpt-1.0.2/libs/base/include/mrpt/utils/mrpt_macros.h:296:150: error: no match for 'operator' (operand types are 'std::basic_ostreamchar' and 'std::ostringstream {aka