Blender  V3.3
set.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __UTIL_SET_H__
5 #define __UTIL_SET_H__
6 
7 #include <set>
8 #include <unordered_set>
9 
10 #if defined(_MSC_VER) && (_MSC_VER >= 1900)
11 # include <iterator>
12 #endif
13 
15 
16 using std::set;
17 using std::unordered_set;
18 
20 
21 #endif /* __UTIL_SET_H__ */
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9