Skip to content

Commit a26bb03

Browse files
committed
BOOST_PP_LINE inclusion
[SVN r15218]
1 parent 26a0df8 commit a26bb03

16 files changed

Lines changed: 16 additions & 0 deletions

include/boost/python/args.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# include <boost/preprocessor/cat.hpp>
1717
# include <boost/preprocessor/iterate.hpp>
18+
# include <boost/preprocessor/debug/line.hpp>
1819

1920
namespace boost { namespace python {
2021

include/boost/python/call.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# include <boost/preprocessor/comma_if.hpp>
2020
# include <boost/preprocessor/iterate.hpp>
2121
# include <boost/preprocessor/repeat.hpp>
22+
# include <boost/preprocessor/debug/line.hpp>
2223

2324
namespace boost { namespace python {
2425

include/boost/python/call_method.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# include <boost/preprocessor/comma_if.hpp>
1919
# include <boost/preprocessor/iterate.hpp>
2020
# include <boost/preprocessor/repeat.hpp>
21+
# include <boost/preprocessor/debug/line.hpp>
2122

2223
namespace boost { namespace python {
2324

include/boost/python/detail/arg_tuple_size.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
# include <boost/preprocessor/comma_if.hpp>
2222
# include <boost/preprocessor/iterate.hpp>
23+
# include <boost/preprocessor/debug/line.hpp>
2324

2425
namespace boost { namespace python { namespace detail {
2526

include/boost/python/detail/caller.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# include <boost/preprocessor/comma_if.hpp>
2727
# include <boost/preprocessor/iterate.hpp>
28+
# include <boost/preprocessor/debug/line.hpp>
2829

2930
namespace boost { namespace python
3031
{

include/boost/python/detail/defaults_def.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <boost/python/class_fwd.hpp>
2222
#include <boost/python/object/function.hpp>
2323
#include <boost/python/scope.hpp>
24+
#include <boost/preprocessor/debug/line.hpp>
2425

2526
///////////////////////////////////////////////////////////////////////////////
2627
namespace boost { namespace python {

include/boost/python/detail/member_function_cast.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
# include <boost/preprocessor/comma_if.hpp>
1818
# include <boost/preprocessor/iterate.hpp>
19+
# include <boost/preprocessor/debug/line.hpp>
1920

2021
namespace boost { namespace python { namespace detail {
2122

include/boost/python/detail/result.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# include <boost/preprocessor/comma_if.hpp>
2020
# include <boost/preprocessor/iterate.hpp>
21+
# include <boost/preprocessor/debug/line.hpp>
2122

2223
namespace boost { namespace python { namespace detail {
2324

include/boost/python/detail/returning.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# include <boost/preprocessor/inc.hpp>
2525
# include <boost/preprocessor/iterate.hpp>
2626
# include <boost/preprocessor/repeat.hpp>
27+
# include <boost/preprocessor/debug/line.hpp>
2728

2829
# include <boost/mpl/apply.hpp>
2930

include/boost/python/detail/target.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# include <boost/preprocessor/comma_if.hpp>
1717
# include <boost/preprocessor/if.hpp>
1818
# include <boost/preprocessor/iterate.hpp>
19+
# include <boost/preprocessor/debug/line.hpp>
1920

2021
namespace boost { namespace python { namespace detail {
2122

0 commit comments

Comments
 (0)