Skip to content
Snippets Groups Projects

Prepare compilation for C++17: std::any does not have `empty`

Merged Stephan Seitz requested to merge seitz/walberla:c++17-any into master

std::any does not have a member empty, only boost::any. With this change waLBerla can also be compiled as C++17. We could also provide a generic function that works with both but this will not impede users to use the one version or the others. boost::any shouldn't be required anymore after a switch to C++17.

Edited by Stephan Seitz

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply