mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed namespace issue with stream operators
This commit is contained in:
parent
fb220d3f84
commit
928ed30fe0
@ -47,7 +47,8 @@
|
||||
# pragma message("GLM: GLM_VIRTREV_xstream extension included")
|
||||
#endif
|
||||
|
||||
namespace glm
|
||||
namespace glm{
|
||||
namespace detail
|
||||
{
|
||||
template<typename T>
|
||||
std::ostream & operator << (std::ostream & stream, glm::detail::tvec2<T> const & vec)
|
||||
@ -159,6 +160,7 @@ namespace glm
|
||||
return stream;
|
||||
}
|
||||
|
||||
}//namespace detail
|
||||
}//namespace glm
|
||||
|
||||
#endif//GLM_VIRTREV_xstream
|
||||
|
Loading…
Reference in New Issue
Block a user