From 6f4fec591c1b7db054a53c2ba25c485bad39052f Mon Sep 17 00:00:00 2001
From: uselessgoddess <68294279+uselessgoddess@users.noreply.github.com>
Date: Fri, 2 Jul 2021 11:02:13 +0300
Subject: [PATCH] Update Platform.Interfaces.TemplateLibrary.nuspec
---
.../Platform.Interfaces.TemplateLibrary.nuspec | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/cpp/Platform.Interfaces/Platform.Interfaces.TemplateLibrary.nuspec b/cpp/Platform.Interfaces/Platform.Interfaces.TemplateLibrary.nuspec
index bdc87066..9aee50b4 100644
--- a/cpp/Platform.Interfaces/Platform.Interfaces.TemplateLibrary.nuspec
+++ b/cpp/Platform.Interfaces/Platform.Interfaces.TemplateLibrary.nuspec
@@ -6,13 +6,12 @@
LinksPlatform's Platform.Interfaces is a Template Library what contains common concepts templates.
LinksPlatform's Platform.Interfaces is a Template Library what contains set of C++ concepts templates. Use Platform.Interfaces.h file to include the library.
- Fixed compile-error bug => (concepts without Item type tried get first type from Items... set)
- Added more concepts:
- - Added IDictionary concept (std::map and other dictionary types)
- - Added ISet concept (std::set and other set types)
- Moved concepts logic to Internal ConceptHelpFunction
+Bug fixes:
+ - IAray now has operator[]
+ - IDictionary fix operator[]
+ - readonly collections are still equal to the usual ones
- 0.1.2
+ 0.1.3
Konstantin Diachenko
Konstantin Diachenko
Konstantin Diachenko