16 Apr
2014
16 Apr
'14
4:05 p.m.
Georgios Samaras wrote:
Damn, I pasted only the 1st line, sorry.
The max of 1024 means that I can not allocate a point in 10000 dimensions, right?
This error is more related to the compiler than to Boost. Next time please search the Web first -> e.g. http://stackoverflow.com/questions/12277732/template-metaprogramming-recursi.... The compiler is telling you everything: 1. error: template instantiation depth exceeds maximum of 1024 2. (use -ftemplate-depth= to increase the maximum) Regards, Adam