Searched refs:ec2 (Results 1 – 2 of 2) sorted by relevance
24 const std::error_code ec2(7, std::generic_category()); in main() local25 assert(ec1 < ec2); in main()
24 const std::error_condition ec2(7, std::generic_category()); in main() local25 assert(ec1 < ec2); in main()