[release] permission to merge

Hi, could I merge https://svn.boost.org/trac/boost/changeset/82659 (ticket https://svn.boost.org/trac/boost/ticket/7940) svn diff rel/boost/chrono/config.hpp Index: rel/boost/chrono/config.hpp =================================================================== --- rel/boost/chrono/config.hpp (revision 82662) +++ rel/boost/chrono/config.hpp (working copy) @@ -96,6 +96,9 @@ # undef BOOST_CHRONO_HAS_THREAD_CLOCK # undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY # endif +# if defined(__VXWORKS__) +# undef BOOST_CHRONO_HAS_PROCESS_CLOCKS +# endif # endif Best, Vicente

On 01/28/2013 12:00 PM, Vicente J. Botet Escriba wrote:
Hi,
could I merge https://svn.boost.org/trac/boost/changeset/82659 (ticket https://svn.boost.org/trac/boost/ticket/7940)
svn diff rel/boost/chrono/config.hpp Index: rel/boost/chrono/config.hpp =================================================================== --- rel/boost/chrono/config.hpp (revision 82662) +++ rel/boost/chrono/config.hpp (working copy) @@ -96,6 +96,9 @@ # undef BOOST_CHRONO_HAS_THREAD_CLOCK # undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY # endif +# if defined(__VXWORKS__) +# undef BOOST_CHRONO_HAS_PROCESS_CLOCKS +# endif # endif
Normally, I'd say to wait for tests to cycle. But we don't have a VXWORKS tester, do we? If that's the case, then go ahead. -- Eric Niebler Boost.org
participants (2)
-
Eric Niebler
-
Vicente J. Botet Escriba