Removed extension namespace

This commit is contained in:
Christophe Riccio 2011-06-07 11:49:23 +01:00
parent 1205927b89
commit 0d17a5ca86

View File

@ -23,13 +23,9 @@
# pragma message("GLM: GLM_VIRTREV_xstream extension included")
#endif
namespace glm
namespace glm{
namespace virtrev_glmext
{
namespace virtrev_glmext
{
//! GLM_VIRTREV_xstream extension: Streaming vector and matrix in a xml way
namespace xstream
{
template<typename T>
std::ostream & operator << (std::ostream & stream, glm::detail::tvec2<T> const & vec)
{
@ -139,10 +135,8 @@ namespace glm
return stream;
}
}
}
}
namespace glm{using namespace glm::virtrev_glmext::xstream;}
}//namespace virtrev_glmext
}//namespace glm
#endif//GLM_EXT_VIRTREV_XSTREAM_HPP