mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix.
This commit is contained in:
parent
5304c57048
commit
bba5813733
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace sprout {
|
||||||
struct default_construct_t {
|
struct default_construct_t {
|
||||||
public:
|
public:
|
||||||
template<typename T>
|
template<typename T>
|
||||||
operator T() const {
|
SPROUT_CONSTEXPR operator T() const {
|
||||||
return T();
|
return T();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue