1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
This commit is contained in:
bolero-MURAKAMI 2014-09-22 13:42:42 +09:00
parent 5304c57048
commit bba5813733

View file

@ -19,7 +19,7 @@ namespace sprout {
struct default_construct_t {
public:
template<typename T>
operator T() const {
SPROUT_CONSTEXPR operator T() const {
return T();
}
};