Kaydet (Commit) b4f5ef63 authored tarafından David Tardon's avatar David Tardon

call the right function 😊

üst 8863cc9e
......@@ -24,9 +24,9 @@ import boost.smart_ptr
import boost.unordered
def register_pretty_printers(obj):
boost.optional.register_pretty_printer(obj)
boost.ptr_container.register_pretty_printer(obj)
boost.smart_ptr.register_pretty_printer(obj)
boost.unordered.register_pretty_printer(obj)
boost.optional.register_pretty_printers(obj)
boost.ptr_container.register_pretty_printers(obj)
boost.smart_ptr.register_pretty_printers(obj)
boost.unordered.register_pretty_printers(obj)
# vim:set filetype=python shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment