Allow use of deprecated header for now.

This commit is contained in:
jzmaddock
2024-03-16 19:33:50 +00:00
parent 1a6c4cfb10
commit b99ec17c8e
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#pragma warning(disable: 4996 4127)
#endif
#define BOOST_TIMER_ENABLE_DEPRECATED
#include <boost/config.hpp>
#include <boost/regex.hpp>
#include <boost/cregex.hpp>

View File

@ -16,6 +16,8 @@
* DESCRIPTION: test program for boost::static_mutex.
*/
#define BOOST_TIMER_ENABLE_DEPRECATED
#include <boost/regex/pending/static_mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/timer.hpp>