Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
3f366ff8
Unverified
Commit
3f366ff8
authored
Apr 27, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Apr 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641)
parent
6de6191a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tests/test_vector_unique_ptr_member.cpp
+0
-2
No files found.
tests/test_vector_unique_ptr_member.cpp
View file @
3f366ff8
...
@@ -45,8 +45,6 @@ using namespace pybind11_tests::vector_unique_ptr_member;
...
@@ -45,8 +45,6 @@ using namespace pybind11_tests::vector_unique_ptr_member;
py
::
object
py_cast_VectorOwner_ptr
(
VectorOwner
*
ptr
)
{
return
py
::
cast
(
ptr
);
}
py
::
object
py_cast_VectorOwner_ptr
(
VectorOwner
*
ptr
)
{
return
py
::
cast
(
ptr
);
}
// PYBIND11_SMART_HOLDER_TYPE_CASTERS(VectorOwner)
TEST_SUBMODULE
(
vector_unique_ptr_member
,
m
)
{
TEST_SUBMODULE
(
vector_unique_ptr_member
,
m
)
{
py
::
class_
<
VectorOwner
>
(
m
,
"VectorOwner"
)
py
::
class_
<
VectorOwner
>
(
m
,
"VectorOwner"
)
.
def_static
(
"Create"
,
&
VectorOwner
::
Create
)
.
def_static
(
"Create"
,
&
VectorOwner
::
Create
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment