Shouldn't size of both set be 4? What am i missing? – stackoverflow.com 00:37 Posted by Unknown No Comments I am getting size as 1, shouldn't it be 4? I am inserting address of integers in sets. void func(set<int*>& s1, set<int*>& s2, int a) { s1.insert(&a); ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Shouldn't size of both set be 4? What am i missing? – stackoverflow.com"
Post a Comment