2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-02 21:02:18 +00:00

is_result_type<R const> specialization

This commit is contained in:
Emil Dotchevski
2019-11-19 14:30:04 -08:00
parent 018a910306
commit 4d0f2a78a2
7 changed files with 24 additions and 14 deletions

View File

@@ -106,6 +106,6 @@ void test()
int main()
{
test<leaf::result<int>>();
test<res<int, std::error_code>>();
test<test_res<int, std::error_code>>();
return boost::report_errors();
}