joakim-noah
joakim-noah
I ran into this when translating the following: `typedef void (*AStorageManager_obbCallbackFunc)(const char* filename, const int32_t state, void* data);` DStep turned it into this, removing the const for the second parameter:...
If I try to get an environment variable to use in my reggaefile, by using `std.process.environment.get`, I can't build it because the source for getenv is not available at compile-time....
Nice work switching everything over to libc++, I've been recompiling llvm and the latest ldc to use it, mostly no problems so far. However, there is an older pure C++...
Many forums let you read all posts by a user, this could be surfaced on DFeed by clicking on the user's name.