Files
isspam/borded_cpp
retoor be7dda9daf fix: replace C++23 modules and print with C++17 headers and iostream in borded_cpp
Replace the `import std;` module directive with explicit C++17 standard library includes
and substitute `std::println` calls with `std::cout` equivalents to ensure compatibility
with older compiler toolchains. Also add an overloaded `operator<<` for `AnalysisResult`
to enable formatted output via iostream, and convert `std::wifstream::open` to accept a
`std::string` instead of `std::string_view` for broader C++17 support.
2025-03-20 21:23:41 +00:00
..