Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2909: Wrong type signatures?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-12 21:37:31
#2909: Wrong type signatures?
--------------------------+-------------------------------------------------
Reporter: bhy | Owner: troy
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: Python
Version: Boost 1.38.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
Changes (by troy):
* owner: dave => troy
Comment:
Looks like the fix made it to the trunk, but not the test, and I notice:
>>> print return_string.__doc__
return_string() -> str :
C++ signature :
std::string return_string()
>>> print return_wstring.__doc__
return_wstring() -> unicode :
C++ signature :
std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> > return_wstring()
that that basic_string<wchar... should be simplified to std::wstring
for readability. Working on it.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2909#comment:4> 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:01 UTC