mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-24 06:02:10 +00:00
Fixed test_main declarations.
[SVN r14863]
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "boost/array.hpp"
|
||||
|
||||
int
|
||||
test_main(int,char**)
|
||||
test_main(int,char*[])
|
||||
{
|
||||
const int ndims=3;
|
||||
typedef boost::multi_array<int,ndims> array;
|
||||
|
||||
Reference in New Issue
Block a user