Dear all,
When I use Standard Template Library to develop my program by using an existing tool, I find that the tool package also defined its own list, stack and set class. How can I solve this naming conflicts? I consulted namespace facilities, but didn't figure out how to do it without chaning...