JustasMasiulis / xorstr

heavily vectorized c++17 compile time string encryption.
Apache License 2.0
1.19k stars 193 forks source link

Compiler Error when giving char* or wchar as parameter #16

Closed MagicTripz closed 5 years ago

MagicTripz commented 5 years ago

Great Project, i first used it when the 100 char limit still existed, now you updated it and i have an error that says smth like: no instance of the function template" ::jm::make_xorstr" fits the argument list. got visualstudios in german so i dont know the exact english translation, but yea worked before with that 100 char limit, idk why it does not work now. Only thing i did was defining disable avx

JustasMasiulis commented 5 years ago

Might have possibly fixed your issue on last commit. Can you check on it?

MagicTripz commented 5 years ago

Sadly it didnt solve the problem ill attach a screen so you know what i mean eventhough its not your language xorstrprobleme

JustasMasiulis commented 5 years ago

That's just intellisense. Are you sure it's actually an error when compiling? If it is, a screenshot of the output window would be the most useful - it gives the most accurate error information.

aleks-s commented 5 years ago

18

MagicTripz commented 5 years ago

aleks-s commit fixed it

JustasMasiulis commented 5 years ago

That's great. I'll close the issue now