mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -18,7 +18,7 @@ using file_t = int;
|
||||
#endif
|
||||
} // namespace fs
|
||||
|
||||
namespace wpi {
|
||||
namespace wpi::util {
|
||||
|
||||
class MappedFileRegion {
|
||||
public:
|
||||
@@ -83,4 +83,4 @@ class MappedFileRegion {
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace wpi
|
||||
} // namespace wpi::util
|
||||
|
||||
Reference in New Issue
Block a user