We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ccf12 commit cb5b01cCopy full SHA for cb5b01c
wpilibNewCommands/src/main/native/include/frc2/command/CommandConcepts.h
@@ -8,11 +8,9 @@
8
9
#include "frc2/command/CommandPtr.h"
10
11
-namespace frc2 {
12
-namespace cmd {
+namespace frc2::cmd {
13
14
template <typename T>
15
concept OwnedCommand = requires(T command) { CommandPtr(std::move(command)); };
16
17
-} // namespace cmd
18
-} // namespace frc2
+} // namespace frc2::cmd
0 commit comments