summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/timer/include
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2022-08-10 16:40:38 +0300
committerrobot-contrib <[email protected]>2022-08-10 16:40:38 +0300
commit36029f20e99f6219d4fb0822e0d613a9d6a57aac (patch)
tree8945b9fcdf3e570673f912a26780826404c2685f /contrib/restricted/boost/timer/include
parent8c70d6f947c5f278c665b548cd583e9844e6d7ad (diff)
Update contrib/restricted/boost/type_index to 1.79.0
Diffstat (limited to 'contrib/restricted/boost/timer/include')
-rw-r--r--contrib/restricted/boost/timer/include/boost/timer.hpp3
-rw-r--r--contrib/restricted/boost/timer/include/boost/timer/config.hpp15
-rw-r--r--contrib/restricted/boost/timer/include/boost/timer/timer.hpp2
3 files changed, 3 insertions, 17 deletions
diff --git a/contrib/restricted/boost/timer/include/boost/timer.hpp b/contrib/restricted/boost/timer/include/boost/timer.hpp
index 1e3571e4177..f3ddb41f6c1 100644
--- a/contrib/restricted/boost/timer/include/boost/timer.hpp
+++ b/contrib/restricted/boost/timer/include/boost/timer.hpp
@@ -17,6 +17,9 @@
#ifndef BOOST_TIMER_HPP
#define BOOST_TIMER_HPP
+#include <boost/config/header_deprecated.hpp>
+BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )
+
#include <boost/config.hpp>
#include <ctime>
#include <boost/limits.hpp>
diff --git a/contrib/restricted/boost/timer/include/boost/timer/config.hpp b/contrib/restricted/boost/timer/include/boost/timer/config.hpp
index 0c2174c3064..a7c3d9d20e8 100644
--- a/contrib/restricted/boost/timer/include/boost/timer/config.hpp
+++ b/contrib/restricted/boost/timer/include/boost/timer/config.hpp
@@ -64,21 +64,6 @@
#endif // !defined(BOOST_CHRONO_NO_LIB)
-// Plus, Chrono uses System, so we need to link that too
-
-#if !defined(BOOST_SYSTEM_NO_LIB)
-
-#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_SYSTEM_DYN_LINK)
-# define BOOST_DYN_LINK
-#endif
-
-#define BOOST_LIB_NAME boost_system
-
-#include <boost/config/auto_link.hpp>
-
-#endif // !defined(BOOST_SYSTEM_NO_LIB)
-
#endif // auto-linking disabled
#endif // BOOST_TIMER_CONFIG_HPP
-
diff --git a/contrib/restricted/boost/timer/include/boost/timer/timer.hpp b/contrib/restricted/boost/timer/include/boost/timer/timer.hpp
index 3c6492086d4..8bf996081d0 100644
--- a/contrib/restricted/boost/timer/include/boost/timer/timer.hpp
+++ b/contrib/restricted/boost/timer/include/boost/timer/timer.hpp
@@ -8,8 +8,6 @@
#ifndef BOOST_TIMER_TIMER_HPP
#define BOOST_TIMER_TIMER_HPP
-#include <boost/config/warning_disable.hpp>
-
#include <boost/timer/config.hpp>
#include <boost/cstdint.hpp>
#include <string>