mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-04-04 03:00:21 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
{
|
||||
|
||||
};
|
||||
void f1(int x); ///< 声明后,要想成为内联函数,必须在定义处加inline关键字。
|
||||
void f2(int x); ///< 声明后,要想成为内联函数,必须在定义处加inline关键字。
|
||||
};
|
||||
```
|
||||
|
||||
@@ -128,7 +128,7 @@ int main()
|
||||
delete ptr;
|
||||
ptr = nullptr;
|
||||
|
||||
system("pause");
|
||||
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user