We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538d4c1 commit fc235dfCopy full SHA for fc235df
1 file changed
include/sharg/auxiliary.hpp
@@ -146,6 +146,10 @@ struct parser_meta_data // holds all meta information
146
* "./my_read_mapper -s 3 --my_flag path/infile1").
147
*/
148
std::vector<std::string> examples{};
149
+
150
+ //!\cond
151
+ constexpr friend bool operator==(parser_meta_data, parser_meta_data) = default;
152
+ //!\endcond
153
};
154
155
} // namespace sharg
0 commit comments