[Feat] 支持运算符重载!详见文档或 Library/lang/lang.fig中的定义。通过 impl Operation for xxx实现重载
[Impl] 函数参数指定现在也接受一个 exp,逐渐改动其他中...
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Fig
|
||||
{
|
||||
public:
|
||||
using std::u8string::u8string;
|
||||
using std::u8string::operator=;
|
||||
|
||||
FString operator+(const FString &x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user