Struct lsst::afw::image::pixel::bitwise_or

template<typename T1>
struct bitwise_or : public std::binary_function<T1, T1, T1>

bitwise_or doesn’t seem to be in std::

Note

We provide a single-operand version for when the right-hand-side of an expression is a scalar, not a masked pixel,