From 2cffcffb32727000aafab94bd714cd3d4f52063f Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Mon, 13 Apr 2020 10:42:57 +0300 Subject: [PATCH] [C++] 0.0.14. --- .../Platform.Delegates.TemplateLibrary.nuspec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/cpp/Platform.Delegates/Platform.Delegates.TemplateLibrary.nuspec b/cpp/Platform.Delegates/Platform.Delegates.TemplateLibrary.nuspec index 2b9a80f..a5e90cc 100644 --- a/cpp/Platform.Delegates/Platform.Delegates.TemplateLibrary.nuspec +++ b/cpp/Platform.Delegates/Platform.Delegates.TemplateLibrary.nuspec @@ -5,14 +5,8 @@ LinksPlatform's Platform.Delegates Template Library LinksPlatform's Platform.Delegates is a Template Library what contains abstract class templates. LinksPlatform's Platform.Delegates is a Template Library what contains set of C++ abstract class templates. Use Platform.Delegates.h file to include the library. - Delegate<> class CreateDelegate methods moved directly to Platform.Delegates namespace. -Added assignment operator overloads for possible input types to simplify convertation from lambdas with better type inference. -Refactoring: -* no need to repeat type parameters in the template's type name), -* private method renamed, -* include directives uptimized to allow inclusion of any single header file, -* code format fix. - 0.0.13 + Missing file added. + 0.0.14 Konstantin Diachenko Konstantin Diachenko Konstantin Diachenko @@ -30,6 +24,7 @@ Refactoring: +