We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a00108 commit b82fa32Copy full SHA for b82fa32
Common/include/basic_types/ad_structure.hpp
@@ -721,7 +721,7 @@ FORCEINLINE void ResumePreaccumulation(bool wasActive) {
721
722
struct ErrorReport {
723
unsigned long ErrorCounter = 0;
724
- std::ofstream* out = nullptr;
+ std::ostream* out = &std::cout;
725
};
726
727
FORCEINLINE void ResetErrorCounter(ErrorReport& report) { report.ErrorCounter = 0; }
0 commit comments