• Yannick Jadoul's avatar
    Convenience constructor templates for buffer_info (#860) · b700c5d6
    Yannick Jadoul authored
    * 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
    b700c5d6
test_buffers.cpp 5.69 KB