Closed ufcpp closed 6 years ago
VS 15.6 で、C# 7.2 のバグ修正に紛れてマイナーチェンジが2点。
ref this
this ref
M(x)
M(in x)
要修正箇所:
https://github.com/ufcpp/UfcppSample/issues/174 すでにissueあった。
VS 15.6 で、C# 7.2 のバグ修正に紛れてマイナーチェンジが2点。
ref this
とthis ref
M(x)
とM(in x)
の呼び分け要修正箇所: