X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvalue.h;h=e2b9fb1c569782fcbc96dc9d687d9b48eb83388d;hb=b39ce68f12c30eedb272b65fe78baec5864d89ca;hp=78ec54a89b512599305316c9ff6ad0b35cb67b3e;hpb=67146b1b3bcb7d02307dcd4cc8b88cf778b41205;p=libs%2Fdatafile.git diff --git a/source/value.h b/source/value.h index 78ec54a..e2b9fb1 100644 --- a/source/value.h +++ b/source/value.h @@ -25,7 +25,7 @@ public: Value(Symbol d): sig(TypeInfo::signature), data(d) { } template - typename RemoveReference::Type get() const + typename TypeInfo::Load get() const { return get_::Store>(); } char get_signature() const { return sig; }