Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210427 | Differences between
and this patch

Collapse All | Expand All

(-)boost_1_34_1/boost/spirit/phoenix/operators.hpp (+1 lines)
Lines 24-29 Link Here
24
#include <boost/spirit/phoenix/composite.hpp>
24
#include <boost/spirit/phoenix/composite.hpp>
25
#include <boost/config.hpp>
25
#include <boost/config.hpp>
26
#include <boost/mpl/if.hpp>
26
#include <boost/mpl/if.hpp>
27
#include <limits.h>
27
28
28
///////////////////////////////////////////////////////////////////////////////
29
///////////////////////////////////////////////////////////////////////////////
29
namespace phoenix {
30
namespace phoenix {
(-)boost_1_34_1/boost/regex/v4/basic_regex_creator.hpp (+2 lines)
Lines 24-29 Link Here
24
#  include BOOST_ABI_PREFIX
24
#  include BOOST_ABI_PREFIX
25
#endif
25
#endif
26
26
27
#include <limits.h>
28
27
namespace boost{
29
namespace boost{
28
30
29
namespace re_detail{
31
namespace re_detail{
(-)boost_1_34_1/boost/regex/v4/basic_regex.hpp (+2 lines)
Lines 23-28 Link Here
23
#  include BOOST_ABI_PREFIX
23
#  include BOOST_ABI_PREFIX
24
#endif
24
#endif
25
25
26
#include <limits.h>
27
26
namespace boost{
28
namespace boost{
27
#ifdef BOOST_MSVC
29
#ifdef BOOST_MSVC
28
#pragma warning(push)
30
#pragma warning(push)
(-)boost_1_34_1/boost/regex/v4/basic_regex_parser.hpp (+2 lines)
Lines 23-28 Link Here
23
#  include BOOST_ABI_PREFIX
23
#  include BOOST_ABI_PREFIX
24
#endif
24
#endif
25
25
26
#include <limits.h>
27
26
namespace boost{
28
namespace boost{
27
namespace re_detail{
29
namespace re_detail{
28
30
(-)boost_1_34_1/boost/regex/v4/cpp_regex_traits.hpp (+1 lines)
Lines 41-46 Link Here
41
41
42
#include <istream>
42
#include <istream>
43
#include <ios>
43
#include <ios>
44
#include <limits.h>
44
45
45
#ifdef BOOST_HAS_ABI_HEADERS
46
#ifdef BOOST_HAS_ABI_HEADERS
46
#  include BOOST_ABI_PREFIX
47
#  include BOOST_ABI_PREFIX
(-)boost_1_34_1/boost/regex/v4/perl_matcher.hpp (+2 lines)
Lines 18-23 Link Here
18
#  include BOOST_ABI_PREFIX
18
#  include BOOST_ABI_PREFIX
19
#endif
19
#endif
20
20
21
#include <limits.h>
22
21
namespace boost{
23
namespace boost{
22
namespace re_detail{
24
namespace re_detail{
23
25
(-)boost_1_34_1/boost/regex/v4/regex_split.hpp (+2 lines)
Lines 21-26 Link Here
21
#ifndef BOOST_REGEX_SPLIT_HPP
21
#ifndef BOOST_REGEX_SPLIT_HPP
22
#define BOOST_REGEX_SPLIT_HPP
22
#define BOOST_REGEX_SPLIT_HPP
23
23
24
#include <limits.h>
25
24
namespace boost{
26
namespace boost{
25
27
26
#ifdef BOOST_HAS_ABI_HEADERS
28
#ifdef BOOST_HAS_ABI_HEADERS
(-)boost_1_34_1/boost/regex/v4/states.hpp (+2 lines)
Lines 23-28 Link Here
23
#  include BOOST_ABI_PREFIX
23
#  include BOOST_ABI_PREFIX
24
#endif
24
#endif
25
25
26
#include <limits.h>
27
26
namespace boost{
28
namespace boost{
27
namespace re_detail{
29
namespace re_detail{
28
30
(-)boost_1_34_1/boost/test/test_tools.hpp (+1 lines)
Lines 44-49 Link Here
44
// STL
44
// STL
45
#include <cstddef>          // for std::size_t
45
#include <cstddef>          // for std::size_t
46
#include <iosfwd>
46
#include <iosfwd>
47
#include <limits.h>
47
48
48
#include <boost/test/detail/suppress_warnings.hpp>
49
#include <boost/test/detail/suppress_warnings.hpp>
49
50
(-)boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp (+2 lines)
Lines 16-21 Link Here
16
#include <string>
16
#include <string>
17
#include <cstdio>
17
#include <cstdio>
18
#include <cstdarg>
18
#include <cstdarg>
19
#include <cstring>
20
19
#if defined(BOOST_SPIRIT_DEBUG)
21
#if defined(BOOST_SPIRIT_DEBUG)
20
#include <iostream>
22
#include <iostream>
21
#endif // defined(BOOST_SPIRIT_DEBUG)
23
#endif // defined(BOOST_SPIRIT_DEBUG)
(-)boost_1_34_1/boost/wave/util/flex_string.hpp (+1 lines)
Lines 94-99 class StoragePolicy Link Here
94
#include <limits>
94
#include <limits>
95
#include <stdexcept>
95
#include <stdexcept>
96
#include <cstddef>
96
#include <cstddef>
97
#include <cstring>
97
98
98
// this must occur after all of the includes and before any code appears
99
// this must occur after all of the includes and before any code appears
99
#ifdef BOOST_HAS_ABI_HEADERS
100
#ifdef BOOST_HAS_ABI_HEADERS
(-)boost_1_34_1/boost/archive/polymorphic_iarchive.hpp (+2 lines)
Lines 33-38 namespace std{ Link Here
33
#include <boost/archive/detail/interface_iarchive.hpp>
33
#include <boost/archive/detail/interface_iarchive.hpp>
34
#include <boost/serialization/nvp.hpp>
34
#include <boost/serialization/nvp.hpp>
35
35
36
#include <limits.h>
37
36
// determine if its necessary to handle (u)int64_t specifically
38
// determine if its necessary to handle (u)int64_t specifically
37
// i.e. that its not a synonym for (unsigned) long
39
// i.e. that its not a synonym for (unsigned) long
38
// if there is no 64 bit int or if its the same as a long
40
// if there is no 64 bit int or if its the same as a long
(-)boost_1_34_1/boost/archive/polymorphic_oarchive.hpp (+2 lines)
Lines 33-38 namespace std{ Link Here
33
#include <boost/archive/detail/interface_iarchive.hpp>
33
#include <boost/archive/detail/interface_iarchive.hpp>
34
#include <boost/serialization/nvp.hpp>
34
#include <boost/serialization/nvp.hpp>
35
35
36
#include <limits.h>
37
36
// determine if its necessary to handle (u)int64_t specifically
38
// determine if its necessary to handle (u)int64_t specifically
37
// i.e. that its not a synonym for (unsigned) long
39
// i.e. that its not a synonym for (unsigned) long
38
// if there is no 64 bit int or if its the same as a long
40
// if there is no 64 bit int or if its the same as a long
(-)boost_1_34_1/boost/date_time/date_facet.hpp (-1 / +1 lines)
Lines 429-435 namespace boost { namespace date_time { Link Here
429
    typedef std::basic_string<CharT> string_type;
429
    typedef std::basic_string<CharT> string_type;
430
    typedef CharT                    char_type;
430
    typedef CharT                    char_type;
431
    typedef boost::date_time::period_parser<date_type, CharT>  period_parser_type;
431
    typedef boost::date_time::period_parser<date_type, CharT>  period_parser_type;
432
    typedef special_values_parser<date_type,CharT> special_values_parser_type; 
432
    typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type; 
433
    typedef std::vector<std::basic_string<CharT> > input_collection_type;
433
    typedef std::vector<std::basic_string<CharT> > input_collection_type;
434
    typedef format_date_parser<date_type, CharT> format_date_parser_type;
434
    typedef format_date_parser<date_type, CharT> format_date_parser_type;
435
    // date_generators stuff goes here
435
    // date_generators stuff goes here
(-)boost_1_34_1/boost/python/detail/def_helper.hpp (-1 / +1 lines)
Lines 155-161 namespace detail Link Here
155
          , T3 const&
155
          , T3 const&
156
          , T4 const&
156
          , T4 const&
157
          , default_call_policies
157
          , default_call_policies
158
          , keywords<0>
158
          , boost::python::detail::keywords<0>
159
          , char const*
159
          , char const*
160
          , void(not_specified::*)()   // A function pointer type which is never an
160
          , void(not_specified::*)()   // A function pointer type which is never an
161
                                       // appropriate default implementation
161
                                       // appropriate default implementation

Return to bug 210427