functions/comparison/not_equal_to.hpp
namespace brigand { template <typename A, typename B> struct not_equal_to : bool_<(A::value != B::value)> { }; }