Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Collection_stdmultiset.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5// Moved #includes outside #include guard to avoid deadly embrace
6#include "Stroika/Foundation/StroikaPreComp.h"
7
8#include <set>
9
11
12#ifndef _Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_
13#define _Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_
14
15// THIS FILE IS DEPRECATED SINCE STROIKA v3.0d10 - use SortedCollection_stdmultiset
16
18
19 template <typename T>
20 class SortedCollection_stdmultiset; // avoid issue with #include deadly embrace
21
22 template <typename T>
23 using Collection_stdmultiset [[deprecated ("Since Stroika v3.0d10 - use SortedCollection_stdmultiset")]] = SortedCollection_stdmultiset<T>;
24
25}
26
27#endif /*_Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_ */