Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions include/boost/python/other.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

# pragma once

# include <boost/config.hpp>
# if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
# endif

namespace boost { namespace python {

Expand Down
4 changes: 3 additions & 1 deletion include/boost/python/ptr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2001 Peter Dimov

# include <boost/config.hpp>
# if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
# endif

# include <boost/config.hpp>
# include <boost/mpl/bool.hpp>

namespace boost { namespace python {
Expand Down