Skip to content

Conversation

CGQAQ
Copy link

@CGQAQ CGQAQ commented Sep 7, 2023

  • std::is_pod is deprecated in c++20 changed to std::is_standard_layout && std::is_trivial
  • V shoud be trivially_copyable in order to copy from

* std::is_pod is deprecated in c++20 changed
to std::is_standard_layout && is_trivial
* V shoud be trivially_copyable in order to
copy from
@CLAassistant
Copy link

CLAassistant commented Sep 7, 2023

CLA assistant check
All committers have signed the CLA.

@CGQAQ
Copy link
Author

CGQAQ commented Sep 8, 2023

Seems like we are memcpying std::shared_ptr in the test, which is not safe I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants