Don't call BOOST_CHECK during static initialization.
authorCarl Hetherington <cth@carlh.net>
Tue, 10 Oct 2023 08:32:01 +0000 (10:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 10 Oct 2023 08:58:39 +0000 (10:58 +0200)
commit873d7d8e5013bcd44e82e4372a190735eb0987d4
tree1705c5cccc7f964ae682b34cd9d13c60a896b6d5
parent71a4ce8ce1e1e6ac225c08fbe15437a946bde235
Don't call BOOST_CHECK during static initialization.

The boost test library shipped with Ubuntu 16.04 throws an exception
if you do that.
test/verify_test.cc