JustasMasiulis / xorstr

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

There are some problems with compiling code! #19

Closed 0xdddddddd closed 5 years ago

0xdddddddd commented 5 years ago

I use c++ 17.

VS2017 15.9.3

C++ 17 is hard to compile!

And hope to eliminate warnings, do not use macros.

It is better to be able to import various structures like standard libraries.

JustasMasiulis commented 5 years ago

C++ 17 is hard to compile!

What do you mean by saying that?

And hope to eliminate warnings, do not use macros.

Macros are necessary unless you are using compiler that supports:

It is better to be able to import various structures like standard libraries.

I do not really understand what you want to tell me with this.

JustasMasiulis commented 5 years ago

Well I'll be closing this issue now as it's not getting anywhere