What steps will reproduce the problem?
1. If N is a const unsigned int, this will not work
sort_enactor.Sort(sort_storage, N);
2. This will work
sort_enactor.Sort(sort_storage, (int) N);
3.
What is the expected output? What do you see instead?
I get unspecified launch failures in the first case
What version of the product are you using? On what operating system?
r603 Ubuntu Linux 11.04
Please provide any additional information below.