OpenCyphal-Garage / libcyphal

Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux.
http://opencyphal.org
MIT License
299 stars 501 forks source link

Set default PMR #394

Closed serges147 closed 2 weeks ago

serges147 commented 2 weeks ago

Set default PMR, so that default behavior of std::pmr::polymorphic_allocator stays with specific memory resource (instead of default "new/delete" one) #verification #docs #sonar

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

serges147 commented 2 weeks ago

ok, merging as there is at least one approve