boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
103 stars 113 forks source link

Remove boost_timer from test/Jamfile.v2 #63

Closed pdimov closed 6 years ago

pdimov commented 6 years ago

depinst.py finds no references to Boost.Timer and doesn't install it, so I'm creating this PR to take it out and see if testing will succeed on Travis.

pdimov commented 6 years ago

Tests pass for me locally with /boost/timer//boost_timer removed from the test Jamfile, and it fixes Travis. I'll leave the decision of whether to merge it to you.

igaztanaga commented 6 years ago

Thanks for the patch.