mirror of
https://github.com/icaven/glm.git
synced 2025-12-06 16:56:56 +08:00
Fixed CUDA warning #547
This commit is contained in:
parent
3d6791ef00
commit
e33e37dc48
@ -59,8 +59,8 @@ namespace glm
|
||||
char_type newline;
|
||||
order_type order;
|
||||
|
||||
explicit format_punct(size_t a = 0);
|
||||
explicit format_punct(format_punct const&);
|
||||
GLM_FUNC_DECL explicit format_punct(size_t a = 0);
|
||||
GLM_FUNC_DECL explicit format_punct(format_punct const&);
|
||||
};
|
||||
|
||||
template <typename CTy, typename CTr = std::char_traits<CTy> >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user