PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
86 stars 35 forks source link

Add std:: to some usual suspects #865

Closed AmintorDusko closed 1 month ago

AmintorDusko commented 1 month ago

Context: We have several occurrences of missing std namespace.

Description of the Change: Add std namespace to usual suspects.

Benefits:

Possible Drawbacks:

Related GitHub Issues:

[sc-71935]

github-actions[bot] commented 1 month ago

Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.32%. Comparing base (07108df) to head (8835593). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #865 +/- ## ========================================== - Coverage 98.33% 98.32% -0.02% ========================================== Files 114 148 +34 Lines 19157 23391 +4234 ========================================== + Hits 18838 22999 +4161 - Misses 319 392 +73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.