AMDG On 02/26/2015 05:25 AM, Ganesh Prasad wrote:
<snip> After all TMP is turing complete, hence, random access containers should not be non-existent.
Turing completeness does not guarantee the
existence of random access. Complexity
classes (i.e. L, P, NP) are invariant
across computation models, but random access
is not a distinct complexity class.
With that being said, mpl emulates random
access like this:
template