.cu files don't compile with C++11 support, even if its available.
For example, the InverseFilterbankEngineCUDA calls the EventEmitter::emit method. It doesn't call the C++11 version of the method, as it doesn't get compiled with C++11 support.
Log in to post a comment.