Skip to content

Compile with C++14#4

Open
Shizcow wants to merge 1 commit into
SEAL-UCSB:masterfrom
Shizcow:master
Open

Compile with C++14#4
Shizcow wants to merge 1 commit into
SEAL-UCSB:masterfrom
Shizcow:master

Conversation

@Shizcow
Copy link
Copy Markdown

@Shizcow Shizcow commented Sep 15, 2025

This project currently doesn't build out of the box on a modern system, as the default C++ standard preferred by most compilers introduces incompatibilities with the codebase leading to compiler errors. From a quick test, the codebase seems to compile fine under gcc 15.2.1 C++14. I think sticking to C++14 is a safe option, although C++11 is another good option as the codebase seems to have been written around this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant