Compare two std::experimental::shared_ptr
objects for inequality.
template <typename LhsTarget, typename RhsTarget> bool operator!=( const shared_ptr<LhsTarget>& lhs, const shared_ptr<RhsTarget>& rhs);
!(lhs==rhs)
#include <experimental/atomic>