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();
}
};