ominitay 7b938767bb std.os: throw compile error for argv on Windows
On Windows, `argv` is not populated by start code, and instead left as undefined. This is problematic, and can lead to incorrect programs compiling, but panicking when trying to access `argv`. This change causes these programs to produce a compile error on Windows instead, which is far preferable to a runtime panic.
2022-02-14 22:44:17 +02:00
..
2022-02-06 22:21:46 -07:00
2022-01-27 19:35:08 +02:00
2022-01-07 00:06:06 -05:00
2022-02-14 12:14:50 +02:00
2021-10-27 16:07:48 -04:00
2022-02-08 10:03:29 +01:00
2022-01-07 00:06:06 -05:00
2022-01-30 21:27:52 +02:00
2022-01-07 00:06:06 -05:00
2022-02-05 16:33:00 +02:00