Commit 719c1733 authored by Dean Moldovan's avatar Dean Moldovan Committed by Wenzel Jakob
Browse files

Split up tuple caster and function argument loader

This is needed in order to allow the tuple caster to accept any sequence
while keeping the argument loader fast. There is also very little overlap
between the two classes which makes the separation clean. It’s also good
practice not to have completely new functionality in a specialization.
parent 9f13a30c
Supports Markdown
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