logoalt Hacker News

pjmlpyesterday at 8:25 PM1 replyview on HN

It has worked perfectly fine while using VC++, minus the usual ICE that still come up.


Replies

fookeryesterday at 8:53 PM

It works perfectly when it comes to `import std` and making things a bit easier.

It does not work very well at all if your goal is to port your current large codebase to incrementally use modules to save on compile time and intermediate code size.

show 1 reply