Skip to content
Snippets Groups Projects
Commit 2dc50605 authored by Adrien Béraud's avatar Adrien Béraud Committed by Guillaume Roguez
Browse files

misc: use {} instead of {{}} to return empty std::map instance.

{{}} doesn't actually returns an empty std::map instance,
but create an empty entry into the map. So map.size() returns 1 than 0.
This can result into not wanted side effects.

Refs #74738

Change-Id: Ie78d137260ed3f34955b83ce59f408876d5b6e5b
parent d253d6cf
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment