Commit b700c5d6 authored by Yannick Jadoul's avatar Yannick Jadoul Committed by Dean Moldovan
Browse files

Convenience constructor templates for buffer_info (#860)

* Added template constructors to buffer_info that can deduce the item size, format string, and number of dimensions from the pointer type and the shape container

* Implemented actual buffer_info constructor as private delegate constructor taking rvalue reference as a workaround for the evaluation order move problem on GCC 4.8
parent 427e4afc
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