mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-04-13 17:50:59 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -11,7 +11,10 @@ public:
|
||||
void do_length_work() {};
|
||||
};
|
||||
|
||||
void process_big_object(std::unique_ptr<X>);
|
||||
void process_big_object(std::unique_ptr<X>)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int main() {
|
||||
X my_x;
|
||||
|
||||
Reference in New Issue
Block a user