From d8acfef27b9f976d77e27f16254333c3aa14df03 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 2 Dec 2017 04:35:22 +0200 Subject: [PATCH] Update includes in utility.hpp; add deprecation comment --- include/boost/utility.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index 420538a..5ac9ecb 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -9,11 +9,15 @@ #ifndef BOOST_UTILITY_HPP #define BOOST_UTILITY_HPP -#include +// Use of this header is discouraged and it will be deprecated. +// Please include one or more of the headers below instead. + #include #include -#include #include + +#include +#include #include #include