summaryrefslogtreecommitdiff
path: root/Lib/csharp/std_set.i
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-1/+1
* Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin2019-07-111-2/+2
* Replace leftover string with the proper type in C# set typemapVadim Zeitlin2019-07-111-1/+1
* Fix header comment in C# std_set typemapsVadim Zeitlin2019-03-111-3/+7
* Implement set-theoretic methods in std::set C# typemapsVadim Zeitlin2019-03-111-10/+78
* Add std::set<> typemaps for C#Vadim Zeitlin2019-03-111-0/+239