Subject: [Boost-bugs] [Boost C++ Libraries] #5805: Misspelling of defines in Boost::Python
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-22 18:12:02
#5805: Misspelling of defines in Boost::Python
--------------------------------+-------------------------------------------
Reporter: mathstuf@⦠| Owner: rwgk
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
Version: Boost 1.47.0 | Severity: Problem
Keywords: |
--------------------------------+-------------------------------------------
There are multiple misspellings of the defines listed in the Boost::Python
configuration documentation in the code (searching for "SYG" which should
probably be "SIG"):
{{{
python/detail/make_keyword_range_fn.hpp
60:#if !defined( BOOST_PYTHON_NO_PY_SIGNATURES) && defined(
BOOST_PYTHON_PY_SYGNATURES_PROPER_INIT_SELF_TYPE)
python/object/make_holder.hpp
15:#if !defined( BOOST_PYTHON_NO_PY_SIGNATURES) && defined(
BOOST_PYTHON_PY_SYGNATURES_PROPER_INIT_SELF_TYPE)
84:#if !defined( BOOST_PYTHON_NO_PY_SIGNATURES) && defined(
BOOST_PYTHON_PY_SYGNATURES_PROPER_INIT_SELF_TYPE)
python/object/class_metadata.hpp
241:#ifndef BOOST_PYTHON_NO_PY_SYGNATURES
258:#ifndef BOOST_PYTHON_NO_PY_SYGNATURES
273:#ifndef BOOST_PYTHON_NO_PY_SYGNATURES
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5805> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC