boost::container::string: ambiguous overload for 'operator!='
Hi, using gcc-7.2 in C++17 mode and boost-1.65.1 I get the "ambiguous overload for 'operator!='" error: test here: http://coliru.stacked-crooked.com/a/3fd8fb94c0d1aec2 the same error for 'operator==' -- Regards, niXman ___________________________________________________ Work for Bitcoins ___________________________________________________ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/
On 10/12/2017 16:47, niXman via Boost-users wrote:
Hi,
using gcc-7.2 in C++17 mode and boost-1.65.1 I get the "ambiguous overload for 'operator!='" error:
test here: http://coliru.stacked-crooked.com/a/3fd8fb94c0d1aec2
the same error for 'operator=='
Maybe it's the already fixed Issue #58 https://github.com/boostorg/container/issues/58 Best, Ion
participants (2)
-
Ion Gaztañaga
-
niXman