Last active
March 17, 2025 22:29
-
-
Save OhmV-IR/42e21bf0b6de95cc59cbcaabb4ff4e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\include/frc2/command/button/CommandPS4Controller.h:10, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\cpp\frc2\command\button\CommandPS4Controller.cpp:7: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\include/frc2/command/button/CommandStadiaController.h:10, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\cpp\frc2\command\button\CommandStadiaController.cpp:7: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/CommandGenericHID.h:8, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\button\CommandGenericHID.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\include/frc2/command/button/CommandXboxController.h:10, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\cpp\frc2\command\button\CommandXboxController.cpp:7: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\include/frc2/command/button/CommandPS5Controller.h:10, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\generated\main\native\cpp\frc2\command\button\CommandPS5Controller.cpp:7: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/CommandJoystick.h:8, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\button\CommandJoystick.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/RobotModeTriggers.h:7, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\button\RobotModeTriggers.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\Command.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/button/Trigger.h:16, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\button\Trigger.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Subsystem.h:14, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Requirements.h:11, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/Command.h:18, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/ConditionalCommand.h:12, | |
| from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\cpp\frc2\command\ConditionalCommand.cpp:5: | |
| C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:201:15: error: 'keys' in namespace 'std::views' does not name a template type | |
| 201 | std::views::keys<wpi::DenseMap<Subsystem*, std::unique_ptr<Command>>> GetAllRegisteredSubsystems(); | |
| | ^~~~ | |
| In file included from C:\Users\bourd\Coding\allwpilib\wpilibNewCommands\src\main\native\include/frc2/command/CommandScheduler.h:15: | |
| C:\Users\Public\wpilib\2025\roborio\arm-nilrt-linux-gnueabi\sysroot\usr\include\c++\12/ranges:4351:27: note: 'std::ranges::views::keys' declared here | |
| 4351 | inline constexpr auto keys = elements<0>; | |
| | ^~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment