Commit cd045c48 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 1cefcdfa
...@@ -86,7 +86,7 @@ static void print_program(const program& p, F print_func) ...@@ -86,7 +86,7 @@ static void print_program(const program& p, F print_func)
program::program() : impl(std::make_unique<program_impl>()) {} program::program() : impl(std::make_unique<program_impl>()) {}
program::program(program&&) noexcept = default; program::program(program&&) noexcept = default;
program::~program() noexcept = default; program::~program() noexcept = default;
// copy constructor // copy constructor
program::program(const program& p) { copy(p); } program::program(const program& p) { copy(p); }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment