diff options
author | Martin BÄngens <marbangens@gmail.com> | 2022-07-02 09:32:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:42:32 +0700 |
commit | 7f9851ec77412ae3c7f0f416fe5962d5787bf235 (patch) | |
tree | 6655fe6c78f1ea8c67603bc623ea342f3c178a87 /libraries/function2/slack-desc | |
parent | 1899bdeef0e86fb5442a9df3236723d7e5e77333 (diff) |
libraries/function2: Added (drop-in replacement to std::function).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/function2/slack-desc')
-rw-r--r-- | libraries/function2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/function2/slack-desc b/libraries/function2/slack-desc new file mode 100644 index 0000000000..10a01a9739 --- /dev/null +++ b/libraries/function2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +function2: function2 (Improved drop-in replacement to std::function) +function2: +function2: Improved and configurable drop-in replacement header to std::function +function2: that supports move only types, multiple overloads and more. I'ts one +function2: headers only no compilation is required. +function2: +function2: +function2: +function2: +function2: +function2: |