We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e809c0 commit 96a8dceCopy full SHA for 96a8dce
include/openPMD/backend/Attributable.hpp
@@ -167,7 +167,7 @@ namespace internal
167
[[nodiscard]] inline auto readAttribute(std::string const &name) const
168
-> Attribute const &
169
{
170
- auto const & attr = attributes();
+ auto const &attr = attributes();
171
if (auto it = attr.find(name); it != attr.end())
172
173
return it->second;
0 commit comments