mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-25 18:32:13 +00:00
Compare commits
4 Commits
boost-1.34
...
boost-1.30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4769d0f19d | ||
|
|
cd7b6f7c52 | ||
|
|
98f7604258 | ||
|
|
c563bf58fb |
@@ -10,12 +10,12 @@
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
|
||||
void check_shape(const double&, unsigned int*, int*, unsigned int)
|
||||
void check_shape(const double&, std::size_t*, int*, unsigned int)
|
||||
{}
|
||||
|
||||
template <class Array>
|
||||
void check_shape(const Array& A,
|
||||
unsigned int* sizes,
|
||||
std::size_t* sizes,
|
||||
int* strides,
|
||||
unsigned int num_elements)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user