summaryrefslogtreecommitdiff
path: root/src/options/printer_modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/printer_modes.h')
-rw-r--r--src/options/printer_modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/printer_modes.h b/src/options/printer_modes.h
index e27cb133f..093bff7d9 100644
--- a/src/options/printer_modes.h
+++ b/src/options/printer_modes.h
@@ -36,9 +36,9 @@ enum class InstFormatMode
SZS,
};
-} // namespace options
+std::ostream& operator<<(std::ostream& out, InstFormatMode mode);
-std::ostream& operator<<(std::ostream& out, options::InstFormatMode mode);
+} // namespace options
} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback