Is the specification of `bsearch` in C++11 & C++14 defective?
But the parameter types list are not the same. In one, compar is a pointer to a function with “C” language linkage, in the other one, it’s a pointer to a function with “C++” language linkage. C++11, 7.5 specifies: 1 … Two function types with different language linkages are distinct types even if they are … Read more