-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
Probably a bad idea to have "using namespace boost;" in a common header. The boost namespace is enormous and has a potential for name collisions and confusion. Maybe we can tighten up the scope to just common things we use like scoped/shared pointer, etc.