| commit | 2e637d96d109c1b501a86115e52103dad0cba432 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Dec 12 21:08:01 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Dec 12 21:08:01 2020 -0800 |
| tree | 2f4d6ebc6f2bce44330a8e018f12a8177a39b355 | |
| parent | 5f702bbc840797d578e6d491cbf5b039175dbcdf [diff] |
Format with clang-format 10
diff --git a/include/cxx.h b/include/cxx.h index ab03f32..575ec77 100644 --- a/include/cxx.h +++ b/include/cxx.h
@@ -554,6 +554,7 @@ class Box<T>::allocation { static T *alloc() noexcept; static void dealloc(T *) noexcept; + public: allocation() noexcept : ptr(alloc()) {} ~allocation() noexcept {