Hi all. I need some help. I cannot seem to build anything that uses stl_algo.h
The specific functions I would like to use are sort and random_shuffle, both operating on a vector.
random_shuffle won't build at all giving the error:
/usr/include/gcc/darwin/2.95.2/g++/stl_algo.h:852: instantiated from `random_shuffle<int *>(int *, int *)'
sort builds but runs to an endless loop, consuming CPU 100% until forced to stop.
Any help is greatly appreciated...