In C++ I want to take two STL sets and produce a set which contains all the elements that are not in both sets, using set_symmetric_difference in algorith
set_symmetric_difference
algorith