Code : Tout sélectionner
A[1,1]:=1; A[1,2]:=1;
libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception
Modérateur : xcasadmin
Code : Tout sélectionner
A[1,1]:=1; A[1,2]:=1;
libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception
Code : Tout sélectionner
#if 0 //def CPP11
typedef std::map<gen,gen,std::function<bool(const gen &, const gen &)> > gen_map;
#else
typedef std::map<gen,gen,comparegen> gen_map;
#endif