/** * Copyright - See the COPYRIGHT that is included with this distribution. * pvxs is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. */ #include #include #include #include #include "utilpvt.h" using namespace pvxs; namespace { void testEmpty() { testDiag("%s", __func__); BitMask empty; testOk1(!!empty.empty()); testEq(empty.size(), 0u); testEq(empty.wsize(), 0u); testEq(empty.findSet(0u), 0u); testEq(std::string(SB()<