mirror of
https://github.com/g-truc/glm.git
synced 2024-11-25 18:04:34 +00:00
Fixed build
This commit is contained in:
parent
1318f942cf
commit
b7dac69b6c
@ -379,8 +379,8 @@ namespace detail
|
|||||||
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<C, R, T,P> const& ml(a.first);
|
M<C, R, T,P> const& ml(a.first);
|
||||||
M<C, R, T,P> const& mr(a.second);
|
M<C, R, T,P> const& mr(a.second);
|
||||||
length_t const& cols(type<M<C, R, T, P>>::cols);
|
length_t const& cols(type<M<C, R, T, P> >::cols);
|
||||||
length_t const& rows(type<M<C, R, T, P>>::rows);
|
length_t const& rows(type<M<C, R, T, P> >::rows);
|
||||||
|
|
||||||
if(fmt.formatted)
|
if(fmt.formatted)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user