mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
Use throw() when noexcept is not supported
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ class OutputRedirect {
|
||||
|
||||
public:
|
||||
explicit OutputRedirect(FILE *file);
|
||||
~OutputRedirect() FMT_NOEXCEPT(true);
|
||||
~OutputRedirect() FMT_NOEXCEPT;
|
||||
|
||||
// Restores the original file, reads output from the pipe into a string
|
||||
// and returns it.
|
||||
|
||||
Reference in New Issue
Block a user