Re: Conflict add_item
- Posted by mattlewis (admin) Mar 08, 2015
- 1590 views
unsteady said...
However, I only use sequence.e for other reasons, and don't use the add_item of sequence.e so for me the best solution is to keep wxeud.e unchanged, and comment out the add_item in sequence.e
The namespace system is designed to allow programmers to solve these issues without having to edit third party libraries. For the purpose here, it's not important what any particular programmer does. The recommended way of doing things is to add namespace qualifiers in your code when you run into this sort of problem.
Editing the libraries like that is going to cause you problems.
Matt