File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ #pragma once
2+
13import std.io;
24import std.core;
35
@@ -67,4 +69,4 @@ namespace auto std::attr {
6769 struct Sealed {}
6870 [[sealed ]];
6971
70- }
72+ }
Original file line number Diff line number Diff line change 1+ #pragma once
12import std.io;
23import std.string;
34import std.mem;
Original file line number Diff line number Diff line change 1+ #pragma once
2+
13import std.string;
24import std.sys;
35import std.io;
@@ -42,4 +44,4 @@ namespace auto type
4244 return std::format("\"{}\"", type::escape_bytes(magic.value));
4345 };
4446 }
45- }
47+ }
Original file line number Diff line number Diff line change 1+ #pragma once
2+
13import std.mem;
24
35/*!
Original file line number Diff line number Diff line change 1+ #pragma once
2+
13import std.io;
24
35/*!
@@ -69,4 +71,4 @@ namespace auto type {
6971
7072 }
7173
72- }
74+ }
You can’t perform that action at this time.
0 commit comments