Prepare compilation for C++17: std::any does not have `empty`
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
Activity
Filter activity
Please register or sign in to reply