You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modmap (C++) "test3.h";
import (C++) _;
void main(){
// (compiled with `-cpp-args=-std=c++14`)
// Error: forward reference to inferred return type of function call '_tims_my_def2(3)'
auto a=_tims_my_def2(3);
}
test.h:
main.d:
workaround: use this (with
-cpp-args=-std=c++11
)The text was updated successfully, but these errors were encountered: