Skip to content

Conversation

jeizenga
Copy link

@jeizenga jeizenga commented Feb 7, 2023

I had to make some tweaks to get this to compile/run on my compute server:

  • Used rm -f instead of -rm so that make doesn't report itself as having failed if the config doesn't already exist
  • Added a missing include of <optional>
  • Removed the variadic constructors for Schismatic. For some reason, these are parsed as a syntax error by gcc 11.2.0. I don't fully understand what the problem is, but it seems like they weren't used anywhere in this codebase anyway.

Resolves #22

@RunpengLuo
Copy link

This commit solved my compilation problem on Ubuntu and gcc 12.2.0, appreciate that!

@deilepaita
Copy link

This solved my compilation problem too! Thanks!

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.

Install issue - optional and variadic templates
3 participants