mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Fixed GCC build
This commit is contained in:
parent
23ab8137f9
commit
e913a9c68b
@ -406,8 +406,8 @@ namespace io
|
|||||||
io::format_punct<CTy> const& fmt(io::get_facet<io::format_punct<CTy> >(os));
|
io::format_punct<CTy> const& fmt(io::get_facet<io::format_punct<CTy> >(os));
|
||||||
M<T,P> const& ml(a.first);
|
M<T,P> const& ml(a.first);
|
||||||
M<T,P> const& mr(a.second);
|
M<T,P> const& mr(a.second);
|
||||||
length_t const& cols(type<M>::cols);
|
length_t const& cols(type<M, T, P>::cols);
|
||||||
length_t const& rows(type<M>::rows);
|
length_t const& rows(type<M, T, P>::rows);
|
||||||
|
|
||||||
if(fmt.formatted) {
|
if(fmt.formatted) {
|
||||||
os << fmt.newline
|
os << fmt.newline
|
||||||
|
Loading…
Reference in New Issue
Block a user