[Bug c++/90203] New: Can't compare "const std::pair" with "std::pair"

2019-04-22 Thread shreyans.doshi94 at gmail dot com
al Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: shreyans.doshi94 at gmail dot com Target Milestone: --- Created attachment 46221 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46221&action=edit Complete error m

[Bug libstdc++/90203] Can't compare "const std::pair" with "std::pair"

2019-04-22 Thread shreyans.doshi94 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90203 --- Comment #4 from Shreyans Doshi --- Yeah, I checked that scenario as well. Logically both are same, but compiler doesn't agree to that. But as pointed out by other members, it is not just the compiler, surprisingly it is not present in the sta