X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftype.h;h=0e371e632a9bb4b66aee10520e5aab300726675e;hb=HEAD;hp=151f2ca96624f1da495d41c4f1179c8b597599d1;hpb=ffdab05698de3d2d612f04ffc146381c2362d386;p=libs%2Fdatafile.git diff --git a/source/type.h b/source/type.h index 151f2ca..0e371e6 100644 --- a/source/type.h +++ b/source/type.h @@ -12,7 +12,7 @@ struct Symbol { std::string name; - Symbol() { } + Symbol() = default; template Symbol(const T &n): name(lexical_cast(n)) { }