[Fix] 更新autocxxpy脚本

This commit is contained in:
nanoric 2019-03-19 06:36:18 -04:00
parent 9a8911d952
commit 159ab71495

View File

@ -19,6 +19,10 @@ namespace autocxxpy
{
return val;
}
auto &operator()(const string_literal<size> &val) const noexcept
{
return val;
}
};
template <class tag, size_t size>