mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
HAND FIXES: Update upstream for namespace changes
This commit is contained in:
committed by
Peter Johnson
parent
cf711a125e
commit
ae6c043632
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user