Hi ,
I have a problem, I can' use boost multi array as private member,
I have the mistake: "unexpected extents"
I can only return a boost multi array in my function
Thanks
// KOKO.h: interface for the KOKO class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_KOKO_H__3E4A2230_0446_43C2_BD69_6FF9C2614C02__INCLUDED_)
#define AFX_KOKO_H__3E4A2230_0446_43C2_BD69_6FF9C2614C02__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "boost/multi_array.hpp"
#include <cassert>
using namespace std;
using namespace boost;
class KOKO
{
typedef boost::multi_array