summaryrefslogtreecommitdiff
path: root/libtorrent-rasterbar/libtorrent-boost-1.65.patch
blob: 19f951b102d76dd3fbf2cfe5ad1926cd9b96082a (plain)
    1 From 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2 Mon Sep 17 00:00:00 2001
    2 From: arvidn <arvid@cs.umu.se>
    3 Date: Tue, 11 Jul 2017 23:16:50 -0700
    4 Subject: [PATCH] use the official boost.config header
    5 
    6 ---
    7  include/libtorrent/export.hpp | 14 +-------------
    8  1 file changed, 1 insertion(+), 13 deletions(-)
    9 
   10 diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp
   11 index 87536af2a2..503afe27a3 100644
   12 --- a/include/libtorrent/export.hpp
   13 +++ b/include/libtorrent/export.hpp
   14 @@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
   15  #ifndef TORRENT_EXPORT_HPP_INCLUDED
   16  #define TORRENT_EXPORT_HPP_INCLUDED
   17  
   18 -#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG)
   19 -#  include <boost/config/select_compiler_config.hpp>
   20 -#endif
   21 -#ifdef BOOST_COMPILER_CONFIG
   22 -#  include BOOST_COMPILER_CONFIG
   23 -#endif
   24 -
   25 -#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG)
   26 -#  include <boost/config/select_platform_config.hpp>
   27 -#endif
   28 -#ifdef BOOST_PLATFORM_CONFIG
   29 -#  include BOOST_PLATFORM_CONFIG
   30 -#endif
   31 +#include <boost/config.hpp>
   32  
   33  // backwards compatibility with older versions of boost
   34  #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT

Generated by cgit