mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-29 19:52:10 +00:00
Fixed test_main declarations.
[SVN r14863]
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "boost/test/test_tools.hpp"
|
||||
|
||||
|
||||
int test_main(int,char**) {
|
||||
int test_main(int,char*[]) {
|
||||
typedef boost::multi_array<int,3> array;
|
||||
|
||||
typedef array::iterator iterator1;
|
||||
|
||||
Reference in New Issue
Block a user