Ticket #8458: thread_use_chrono.patch

File thread_use_chrono.patch, 274 bytes (added by anonymous, 10 years ago)
  • libs/thread/build/Jamfile.v2

     
    253253            }
    254254        }
    255255    }
    256     result += <define>BOOST_THREAD_DONT_USE_CHRONO ;
    257256
    258257    return $(result) ;
    259258}