Skip to content

TweakEdge: fix usage of xor

Ben Boeckel requested to merge ben.boeckel/smtk:xor-operator into master

The operators xor and friends are defined in iso646.h, but it is not included here. Instead, just use the more common !=.


Cc: @bob.obara

Merge request reports