Closed frederick-vs-ja closed 2 years ago
Nice, yes - this is another hangover from the original colony implementation supporting c++98/03. Will implement. I also need to do a bunch of other changes so will either accept this and do them after or just do it in the beta then submit.
Fixed in beta
On 14/04/2022 4:48 pm, A. Jiang wrote:
Slightly reduce the burden on compilers during template instantiation.
You can view, comment on, or merge this pull request online at:
https://github.com/mattreecebentley/plf_hive/pull/4 https://github.com/mattreecebentley/plf_hive/pull/4
Commit Summary
3c3feb7 https://github.com/mattreecebentley/plf_hive/pull/4/commits/3c3feb7b67a4673df2dcb455084a4b07d163fcf2 Use std::conditional_t
File Changes
(1 file https://github.com/mattreecebentley/plf_hive/pull/4/files)
M plf_hive.h https://github.com/mattreecebentley/plf_hive/pull/4/files#diff-32c2d2d70cc51caff8e906577e1188f330416501f24ed8f89b78bfae65c791c2 (23)
Patch Links:
https://github.com/mattreecebentley/plf_hive/pull/4.patch https://github.com/mattreecebentley/plf_hive/pull/4.patch
https://github.com/mattreecebentley/plf_hive/pull/4.diff https://github.com/mattreecebentley/plf_hive/pull/4.diff
— Reply to this email directly, view it on GitHub https://github.com/mattreecebentley/plf_hive/pull/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABE4FISCANXQYMVTNLPCFY3VE6PRDANCNFSM5TMTPMFA. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Fixed in new version - thank you
Slightly reduce the burden on compilers during template instantiation.