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