mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +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 {
|
||||
public:
|
||||
template<typename T>
|
||||
operator T() const {
|
||||
SPROUT_CONSTEXPR operator T() const {
|
||||
return T();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue