simunova / mtl4

Matrix Template Library
27 stars 17 forks source link

MTL4 with intel DPC++ compiler #5

Open AgheraHet opened 1 year ago

AgheraHet commented 1 year ago

I am trying to build MTL4 with new intel DPC++ compiler, but it is giving me some error at the compile time only. So can you help me with it.

Ravenwater commented 1 year ago

I can try, can you share the error messages?

AgheraHet commented 1 year ago

no template named 'binary_function' in namespace 'std';

too many template arguments for class template 'is_function'

these error are coming.

AgheraHet commented 1 year ago

Hi, have you checked this thing ?

ghost commented 1 year ago

I have not yet as I don't have a DPC++ setup to chase down why it doesn't have std::binary_function. Have you checked with the DPC++ folks?