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-orig/boost/archive/polymorphic_iarchive.hpp (+1 lines)
Lines 17-22 Link Here
17
//  See http://www.boost.org for updates, documentation, and revision history.
17
//  See http://www.boost.org for updates, documentation, and revision history.
18
18
19
#include <cstddef> // std::size_t
19
#include <cstddef> // std::size_t
20
#include <climits>
20
#include <boost/config.hpp>
21
#include <boost/config.hpp>
21
22
22
#if defined(BOOST_NO_STDC_NAMESPACE)
23
#if defined(BOOST_NO_STDC_NAMESPACE)
(-)boost_1_34_1-orig/boost/archive/polymorphic_oarchive.hpp (+1 lines)
Lines 17-22 Link Here
17
//  See http://www.boost.org for updates, documentation, and revision history.
17
//  See http://www.boost.org for updates, documentation, and revision history.
18
18
19
#include <cstddef> // size_t
19
#include <cstddef> // size_t
20
#include <climits>
20
#include <string>
21
#include <string>
21
22
22
#include <boost/config.hpp>
23
#include <boost/config.hpp>
(-)boost_1_34_1-orig/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 <climits>
27
28
28
///////////////////////////////////////////////////////////////////////////////
29
///////////////////////////////////////////////////////////////////////////////
29
namespace phoenix {
30
namespace phoenix {
(-)boost_1_34_1-orig/boost/spirit/tree/impl/tree_to_xml.ipp (+1 lines)
Lines 14-19 Link Here
14
#include <cstdio>
14
#include <cstdio>
15
#include <cstdarg>
15
#include <cstdarg>
16
#include <locale>
16
#include <locale>
17
#include <cstring>
17
18
18
#include <map>
19
#include <map>
19
#include <iostream>
20
#include <iostream>
(-)boost_1_34_1-orig/boost/test/test_tools.hpp (+1 lines)
Lines 42-47 Link Here
42
#include <boost/mpl/or.hpp>
42
#include <boost/mpl/or.hpp>
43
43
44
// STL
44
// STL
45
#include <climits>
45
#include <cstddef>          // for std::size_t
46
#include <cstddef>          // for std::size_t
46
#include <iosfwd>
47
#include <iosfwd>
47
48
(-)boost_1_34_1-orig/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-orig/libs/spirit/test/numerics_tests.cpp (+1 lines)
Lines 11-16 Link Here
11
#include <boost/spirit/actor/assign_actor.hpp>
11
#include <boost/spirit/actor/assign_actor.hpp>
12
#include <iostream>
12
#include <iostream>
13
#include <boost/detail/lightweight_test.hpp>
13
#include <boost/detail/lightweight_test.hpp>
14
#include <climits>
14
15
15
using namespace std;
16
using namespace std;
16
using namespace boost::spirit;
17
using namespace boost::spirit;
(-)boost_1_34_1-orig/tools/quickbook/detail/utils.cpp (+1 lines)
Lines 8-13 Link Here
8
    http://www.boost.org/LICENSE_1_0.txt)
8
    http://www.boost.org/LICENSE_1_0.txt)
9
=============================================================================*/
9
=============================================================================*/
10
#include "./utils.hpp"
10
#include "./utils.hpp"
11
#include <cstring>
11
#include <cctype>
12
#include <cctype>
12
#include <boost/spirit/core.hpp>
13
#include <boost/spirit/core.hpp>
13
14

Return to bug 210427