issues
search
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
545
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: disable `use_bool_op` in objective c (#32)
#63
Curve
opened
2 months ago
0
supports uses-allocator construction
#62
feverzsj
closed
8 months ago
1
supports uses-allocator construction
#61
feverzsj
closed
8 months ago
2
Any docs about the custom allocator?
#60
renzibei
closed
8 months ago
2
Fix warning for MSVC
#59
MBkkt
closed
1 year ago
1
Fix issue #21
#58
wak-google
closed
1 year ago
9
Test size_match_layout in regressions.cpp fails on i586/i686
#57
aclemons
opened
1 year ago
2
Implement deduction guides
#56
wak-google
opened
1 year ago
1
Incomprehensible error message on clang
#55
Mrkol
opened
2 years ago
1
Got MSVC error C2248 when I use unique_function with boost::callable_traits::is_invocable
#54
redboltz
closed
2 years ago
5
chore: silence Visual Studio 2022 (17.3.0) warning
#53
gjasny
closed
2 years ago
4
Potential null pointer dereference in Function2
#52
TheBitshifter
opened
2 years ago
1
Fix issue #50
#51
MBkkt
closed
2 years ago
1
Compile time bug with noexcept specifier
#50
MBkkt
closed
2 years ago
11
Add option to limit empty callable propagation to known types
#49
mystor
closed
2 years ago
3
-Waddress warning generated for non-capturing lambdas on gcc <= 9.2
#48
mystor
closed
2 years ago
5
allocator: rename to avoid shadow warning
#47
dowens-pp
closed
2 years ago
1
Please create a new release
#46
gjasny
closed
3 years ago
0
Use strongly typed configuration options instead of multiple bools
#45
jk-jeon
opened
3 years ago
4
Fix doxygen syntax
#44
gjasny
closed
3 years ago
1
Prevent ADL when calling invoke
#43
maierlars
closed
3 years ago
2
Allow configuring for AppleClang
#42
madmongo1
closed
4 years ago
4
Use is_copy_constructible_v
#41
p4654545
closed
4 years ago
1
Supports constexpr in c++11
#40
hikarin522
closed
4 years ago
2
fix: __has_builtin macro check
#39
hikarin522
closed
4 years ago
2
Cmake version is outdated
#38
IceflowRE
closed
4 years ago
1
Don't include test targets if disabled
#37
wak-google
closed
4 years ago
5
Suggestion: Allow users of function2 to know easily whether their lambdas are stored inplace
#36
romange
opened
4 years ago
4
function2 seems to fail when modeling functions returning references
#35
jurko-gospodnetic
closed
4 years ago
2
Disable empty propagation if compiling as Objective-C++ to allow succ…
#34
Rajveer86
closed
4 years ago
2
Please release a v4 patch release
#33
gjasny
closed
4 years ago
1
Compiling as Objective-C++ conflict due to block pointer conversion
#32
Rajveer86
closed
4 years ago
7
Please add an analogue of emplace
#31
adamemerson
opened
5 years ago
1
Some compiler warnings are generated
#30
hadrielk
opened
5 years ago
1
Won't compile with Visual Studio 2019 16.3, 16.2 works good.
#29
ZeikoRomsan1
closed
5 years ago
6
Get pointer to target
#28
optimizedaway
opened
5 years ago
1
fu2::function_view created from empty fu2::function is not itself empty
#27
eigenwhat
closed
5 years ago
4
IsThrowing affects movability of fu2::function
#26
Rajveer86
closed
5 years ago
3
Wrong static_assert for function that should be a unique_function.
#25
atomgalaxy
opened
5 years ago
1
Calling rvalue functions twice
#24
tobiasheineken
opened
5 years ago
3
std::is_nothrow_move_constructible_v<fu2::unique_function<void()>> possible?
#23
Hans-Giebenrath
closed
5 years ago
2
Problems compiling a test program under MSVS 2017
#22
ales-kunst
closed
5 years ago
2
function_view cannot bind to const lambda
#21
nitronoid
closed
1 year ago
9
Possible typo in property template
#20
maximilianriemensberger
closed
5 years ago
1
Fix a typo in comment
#19
FrankHB
closed
5 years ago
1
Conformance fix
#18
FrankHB
closed
5 years ago
1
C++17 noexcept support
#17
bebuch
closed
6 years ago
1
Wording
#16
FrankHB
closed
6 years ago
1
Support and propagate noexcept-qualified function types
#15
RedBeard0531
closed
6 years ago
2
Compilation error of fu2::unique_function having a capture [ std::vector< std::vector < std::unique_ptr<int> > > ]
#14
scherno2000
closed
6 years ago
3
Next