home › Forums › # Technical Support › Error while changing the compiler in cmakelist.txt › Reply To: Error while changing the compiler in cmakelist.txt
Hey,
Don’t you think the error given above is about “!=” operator?
If you see this line given below error is ” error: no match for ‘operator!=’ ”
/home/tayyab/Desktop/fuzzylite-5.0-linux64/fuzzylite-5.0/sources/fuzzylite-5.0/fuzzylite/src/rule/Consequent.cpp: In member function `virtual void fl::Consequent::modify(fl::scalar, const fl::TNorm*)’:
/home/tayyab/Desktop/fuzzylite-5.0-linux64/fuzzylite-5.0/sources/fuzzylite-5.0/fuzzylite/src/rule/Consequent.cpp:71: error: no match for ‘operator!=’ in ‘rit != std::vector<_Tp, _Alloc>::rend() [with _Tp = fl::Hedge*, _Alloc = std::allocator<fl::Hedge*>]()’
Is there any way to write the code withoput != operator?