lene / HyperspaceExplorer

Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time.
http://hyperspace-expl.sourceforge.net/
GNU General Public License v2.0
3 stars 0 forks source link

Stop namespace pollution [sf#9] #35

Closed lene closed 10 years ago

lene commented 10 years ago

remove "using namespace ...;" directives, replace them with "using ...:...;" declarations.

move using declarations out of header files entirely.

lene commented 10 years ago
lene commented 10 years ago