SCRIPT run upstream utils

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:37 -05:00
committed by Peter Johnson
parent 9aca8e0fd6
commit 07b60384d0
4 changed files with 4 additions and 4 deletions

View File

@@ -806,7 +806,7 @@ template <class X, class Y>
//===----------------------------------------------------------------------===//
/// These are wrappers over isa* function that allow them to be used in generic
/// algorithms such as `wpi:all_of`, `wpi::util::none_of`, etc. This is accomplished
/// algorithms such as `wpi::util:all_of`, `wpi::util::none_of`, etc. This is accomplished
/// by exposing the isa* functions through function objects with a generic
/// function call operator.

View File

@@ -36,6 +36,6 @@ public:
~raw_os_ostream() override;
};
} // end wpi namespace
} // end wpi::util namespace
#endif