Denis Blank
ed8310e345
Year and version update
2022-01-20 08:41:32 +01:00
Denis Blank
8c1a79d17b
Update the copyright year
2020-04-04 23:31:20 +02:00
Denis Blank
1e39bd85dd
Replace the result<...> implementation by a lighter one
...
* result<...> only moveable now, the conditional copy capabilities were removed
* If you require the optional copy capability use a std::variant implementation of your choice
* Closes #13
2020-04-04 22:26:09 +02:00
Denis Blank
ffb3db7089
Fix the asio example
...
* Attempt to fix the GCC warning in a different way
2019-09-02 01:03:28 +02:00
Denis Blank
91d51e6543
Attempt to fix the clang/GCC build
2019-09-02 00:37:37 +02:00
Denis Blank
5e8bbe7c72
Use TYPED_TEST_SUITE instead of deprecated GTest TYPED_TEST_CASE
2019-09-02 00:24:07 +02:00
Denis Blank
20e8c7d3e3
Reflow the license text
...
* For some reason some spaces were removed,
the license text and content stays the same.
2019-01-04 13:39:46 +01:00
Denis Blank
a3a9695174
Happy new year!
2019-01-04 13:35:44 +01:00
Denis Blank
30f0dca27f
Fix a unit test introduced in 4127c02c3f6d
2018-12-25 11:15:06 +01:00
Denis Blank
4127c02c3f
Add an overload to make_result which accepts a exception_arg_t and exception_t
...
* Can be used to forward the result correctly from next handlers
2018-12-25 09:05:51 +01:00
Denis Blank
b77e926c41
Fix the unit tests
2018-11-26 04:37:48 +01:00
Denis Blank
67964b0793
Attempt to fix the clang build
2018-11-25 20:43:14 +01:00
Denis Blank
cd367b3d43
Make result<> return void when calling get_value()
2018-11-25 19:56:03 +01:00
Denis Blank
5354d3512e
Fix the MSVC/Clang build even more
2018-11-25 18:01:15 +01:00
Denis Blank
2a80649084
Make exception and empty results returning a void hint
2018-11-25 17:14:23 +01:00
Denis Blank
782e1c6447
Fix the MSVC build
2018-11-25 17:08:01 +01:00
Denis Blank
f4268f60f9
initial work on the multipathing unit tests
2018-11-25 03:18:35 +01:00
Denis Blank
ffa3b9ee1b
Rename cti::expected -> cti::result
2018-11-25 02:23:08 +01:00