Remove virtual destructors from unary ops (#1610)

* Remove virtual destructors from unary ops

* Fixes

* Fixes

* clang format fixes
This commit is contained in:
Bartłomiej Kocot
2024-10-30 17:42:50 +01:00
committed by GitHub
parent 7d9111545f
commit 9a8a52130d
12 changed files with 105 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
#pragma once