Blender V5.0
unique_ptr.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include <memory>
8
10
11using std::make_unique;
12using std::unique_ptr;
13
#define CCL_NAMESPACE_END