Naios / function2

Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more
http://naios.github.io/function2
Boost Software License 1.0
539 stars 47 forks source link

Fix a typo in comment #19

Closed FrankHB closed 5 years ago

FrankHB commented 5 years ago

Change "copyable" to "owning" for "is_owning".

@Naios

This modification has no effect except for the comment.

Naios commented 5 years ago

Thanks