Open GavinRay97 opened 3 years ago
Oof, Windows. Might take me a while to get to this if I can't repro on Linux.
BTW, --c++-standard-17
should be --c++-standard=c++17
.
If you've not got a Windows machine handy, I'm not sure I would bother (that sounds like a lot of work 😅).
I have LLVM 13 built from source on both Windows + Ubuntu (WSL2) so maybe I can build d++
in debug
and get a backtrace and post it here if that'd be useful at all
That'd be very helpful, thanks.
The problem isn't my access to a Windows machine, it's trying to not punch the wall while using it.
Attempting to run
d++
on this C++ header: https://gist.githubusercontent.com/GavinRay97/b8bdb882a391e63cb7e2f73b247d4a6e/raw/87ddc1678079b7034b91229660a9ad160af0ed5a/juce_audio_plugin_client_amalgamated.hWith the following D file:
I wasn't really expecting
dpp
to be able to translate this, mostly was just curious -- but I couldn't find references to this error anywhere so thought it might be useful in case someone else runs across it in the future.Thanks =)