Subject: [boost] [unit_test_framework] plans?
From: Dmitry Goncharov (dgoncharov_at_[hidden])
Date: 2009-07-29 09:41:35


There is a restriction that shared and static versions of
libunit_test_framework are not interchangeable.
This makes it difficult to ship unit tests since the author of a unit
test cannot predict what type of libunit_test_framework (shared or
static) the user has on their machine.

Are there plans to get rid of this restriction?

BR, Dmitry