onnxruntime/objectivec/assert_arc_enabled.mm

5 строки
173 B
Plaintext
Исходник Обычный вид История

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
static_assert(__has_feature(objc_arc), "Objective-C ARC must be enabled.");