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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user