mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
SCRIPT run upstream utils
This commit is contained in:
committed by
Peter Johnson
parent
9aca8e0fd6
commit
07b60384d0
@@ -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.
|
||||
|
||||
|
||||
@@ -36,6 +36,6 @@ public:
|
||||
~raw_os_ostream() override;
|
||||
};
|
||||
|
||||
} // end wpi namespace
|
||||
} // end wpi::util namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user