[chrono] stopwatches tests failing
Hi, currently all the stopwatches tests are failing with fatal error C1083: Cannot open include file: 'boost/chrono/stopwatches/stopwatch.hpp': No such file or directory (on MSVC). Apparently no symlink is created for the newly moved stopwatches subdirectory. Unfortunately I have no idea how to tell Boost.Build to do that.
Le 22/06/14 22:44, Marcel Raad a écrit :
Hi,
currently all the stopwatches tests are failing with fatal error C1083: Cannot open include file: 'boost/chrono/stopwatches/stopwatch.hpp': No such file or directory (on MSVC).
Apparently no symlink is created for the newly moved stopwatches subdirectory. Unfortunately I have no idea how to tell Boost.Build to do that.
Hi, After separating stopwatches into a sub-library, I have not yet made the changes to install the headers. Please, could you add try the attached patch. I will commit it after the release is done. Best, Vicente
participants (2)
-
Marcel Raad
-
Vicente J. Botet Escriba