HAND FIXES: Update upstream for namespace changes

This commit is contained in:
PJ Reiniger
2025-11-07 19:58:22 -05:00
committed by Peter Johnson
parent cf711a125e
commit ae6c043632
12 changed files with 32 additions and 32 deletions

View File

@@ -22,13 +22,13 @@ index 0000000000000000000000000000000000000000..16924894cc0c6085b27b33e6b9f2a6e6
+# include <fstream>
+# include <string>
+
+namespace wpi {
+namespace wpi::util {
+
+bool is_debugger_present() noexcept
+{
+ return false;
+}
+
+} // namespace wpi
+} // namespace wpi::util
+
+#endif