Xia Miaoren
Xia Miaoren
Is the function implemented now or in the near future?
I would like to invent a concept `virtual storage`, something like the following: ```c++ auto storage1 = make_storage(...); auto storage2 = make_storage(...); auto storage3 = attatch(storage1, storage2,...); // combine several...
The key difficulty is how to distinguish when two databases have tables use same schema. For example: ``` struct Employee{ int id; std::string name; }; auto storage1 = make_storage(..., make_table("t1",...
It is nice to implement this feature through alias.
It is better to use compile time check, especially with C++20 concept. Therefore, I perfer to use ways with more static check, although it may complicate code in some cases.
Yes
不知道动态图支持的pgl2版本的文档何时能够更新
不知道这个还支持海光的DCU吗?RCCL错误 
过几天gcc-12就要出来了
gcc 12.1 出来了