RAD Studio
ContentsIndex
PreviousUpNext
E2488: Maximum token reply depth exceeded; check for recursion (C++)

If this error is triggered, it means that recursive template instantiation has gone too deep. Check for compile-time recursion in your program, and limit it to no more than 256 levels.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!