Skip to content

Conversation

@Skylion007
Copy link
Collaborator

Description

  • Noticed some missing moves in the Eigen.h casters
  • Fixed some micro-opts that were bugging me here and there (single char length strings that should have been chars).

@Skylion007 Skylion007 requested review from henryiii and rwgk March 23, 2022 17:51
Copy link
Collaborator

@rwgk rwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. The MSVC 2022 C++20 failure was in the setup phase, safe to ignore I think.

@Skylion007 Skylion007 closed this Mar 24, 2022
@Skylion007 Skylion007 reopened this Mar 24, 2022
@Skylion007 Skylion007 merged commit 47079b9 into pybind:master Mar 24, 2022
@Skylion007 Skylion007 deleted the skylion007/sparse-matrix-cast-move branch March 24, 2022 16:57
henryiii pushed a commit to henryiii/pybind11 that referenced this pull request Mar 25, 2022
pybind#3823)

* Add missing move in sp matrix caster and microopt char concat

* Remove useless move

* Add a couple more std::move

* Missed one char

* Improve error_string

* Ensure no temp reallocs in errorString concat

* Remove useless move
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.

3 participants