Boost logo

Boost Users :

Subject: Re: [Boost-users] can not compile nearest neighbors in d dimensions
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2014-04-16 12:05:39


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-recursion-up-limits.

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net