|
From: ilya s. <ily...@gm...> - 2019-06-02 21:35:39
|
Is it correct that Valgrind depends on Boost only for tests, and not for any functionality? Thanks, Ilya |
|
From: Mark W. <ma...@kl...> - 2019-06-04 09:30:47
|
On Sun, 2019-06-02 at 17:35 -0400, ilya shlyakhter wrote: > Is it correct that Valgrind depends on Boost only for tests, and not > for any functionality? Yes, the drd testsuite uses Boost.Thread, but only if it is available. It is not actually used directly by the valgrind core or tools otherwise. Cheers, Mark |