2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-01 20:52:13 +00:00
Dave Abrahams 56e7b2a592 * object(f), where f is a function pointer now works. Returning a
* function pointer from a function should work also.
* make_function/make_constructor now return object instead of a raw pointer.
* module::setattr() now accepts anything which can be passed to object's constructor.

* Rework upcast<> to catch more errors at compile-time instead of infinite-looping.
* Rationalize class<>::def() in preparation for docstring support
* Partial docstring support in module::def (untested)
* dependent<> trick moved to detail namespace and separate header

* Added __doc__ attribute to C++ function wrapper objects
* Sunk implementation of function_object into a library source file.


[SVN r14724]
2002-08-06 23:59:27 +00:00
2002-05-16 00:56:42 +00:00
2002-07-19 18:06:05 +00:00
2002-05-16 00:56:42 +00:00
2000-11-27 08:04:05 +00:00
Description
Mirrored via gitea-mirror
23 MiB
Languages
C++ 87.7%
Python 11.6%
CMake 0.3%
C 0.3%