Skip to content
Snippets Groups Projects
Commit 89813a9d authored by Stephan Seitz's avatar Stephan Seitz Committed by Sebastian Eibl
Browse files

Fix typo in PhantomBlock.h (WALBELRLA_USE_STD_ANY guard)

parent a261f3a1
Branches
Tags
No related merge requests found
......@@ -88,7 +88,7 @@ public:
T getData() const { return walberla::any_cast<T>( data_ ); }
bool hasData() const {
#ifdef WALBELRLA_USE_STD_ANY
#ifdef WALBERLA_USE_STD_ANY
return data_.has_value();
#else
return !(data_.empty());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment