Use C++ streams over C style IO
This commit is contained in:

committed by
Perceval Wajsbürt

parent
409f175827
commit
c4c35fc531
@@ -31,7 +31,7 @@ private:
|
||||
std::string m_value;
|
||||
};
|
||||
|
||||
void OutputString(PycRef<PycString> str, char prefix = 0, bool triple = false,
|
||||
FILE* F = pyc_output, const char* parent_f_string_quote = nullptr);
|
||||
void OutputString(PycRef<PycString> str, char prefix, bool triple,
|
||||
std::ostream& stream, const char* parent_f_string_quote = nullptr);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user