[Fix] 更新autocxxpy脚本
This commit is contained in:
parent
9a8911d952
commit
159ab71495
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user