Skip to content

Commit

Permalink
Merge pull request #6 from bialger/dev
Browse files Browse the repository at this point in the history
Include ConditionalOutput to namespace
  • Loading branch information
bialger authored Aug 13, 2024
2 parents 6a745c3 + 72333c3 commit 2a660b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/argparser/basic/ConditionalOutput.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**\n Structure for error output in ArgumentParser */

namespace ArgumentParser {

struct ConditionalOutput {
std::ostream& out_stream = std::cout;
bool print_messages = false;
Expand All @@ -18,4 +20,6 @@ struct ConditionalOutput {
}
};

}

#endif //CONDITIONALOUTPUT_HPP_

0 comments on commit 2a660b5

Please sign in to comment.