lducas / FHEW

Other
221 stars 46 forks source link

Specify using "-ansi" option during compiling. #9

Closed NanXiao closed 7 years ago

NanXiao commented 7 years ago

I meet similar issues like #5 and #6 when using gcc 6.2.1 to compile code. The solution is just specifying "-ansi" option. Some compilers don't use "-ansi" as default C++ compile option, and this may lead errors.

lducas commented 7 years ago

Thank you very much !