Skip to content

Tags: Naios/function2

Tags

4.2.4

Toggle 4.2.4's commit message
Fix warning for windows

4.2.3

Toggle 4.2.3's commit message
Correct my previous commit

4.2.2

Toggle 4.2.2's commit message
chore: silence Visual Studio 2022 (17.3.0) warning

without the following warning is emitted:

```
include\function2\function2.hpp(1176): warning C4305: '<function-style-cast>': truncation from 'bool (__cdecl *)(void)' to 'bool'
```

4.2.1

Toggle 4.2.1's commit message
Fix issue #50

4.2.0

Toggle 4.2.0's commit message
Release 4.2.0

* Includes minor maintainance and stability patches from the last year
* Closes #46

4.1.0

Toggle 4.1.0's commit message
Fix reference types in the return type

* Closes #35

4.0.0

Toggle 4.0.0's commit message
Happy new year!

3.1.0

Toggle 3.1.0's commit message
Attempt to fix the Appveyor build

3.0.0

Toggle 3.0.0's commit message
Use the travis script of Naios/continuable

2.3.0

Toggle 2.3.0's commit message
Implement wrapping of class members

* Closes #10