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
658cf3ba
Commit
658cf3ba
authored
Feb 23, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renaming detail/is_smart_holder_type_caster.h -> detail/smart_holder_sfinae_hooks_only.h.
parent
3d31698f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
include/pybind11/cast.h
+1
-1
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
+0
-0
include/pybind11/detail/smart_holder_type_casters.h
+1
-1
No files found.
include/pybind11/cast.h
View file @
658cf3ba
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include "pytypes.h"
#include "pytypes.h"
#include "detail/common.h"
#include "detail/common.h"
#include "detail/descr.h"
#include "detail/descr.h"
#include "detail/
is_smart_holder_type_caster
.h"
#include "detail/
smart_holder_sfinae_hooks_only
.h"
#include "detail/type_caster_base.h"
#include "detail/type_caster_base.h"
#include "detail/typeid.h"
#include "detail/typeid.h"
#include <array>
#include <array>
...
...
include/pybind11/detail/
is_smart_holder_type_caster
.h
→
include/pybind11/detail/
smart_holder_sfinae_hooks_only
.h
View file @
658cf3ba
File moved
include/pybind11/detail/smart_holder_type_casters.h
View file @
658cf3ba
#pragma once
#pragma once
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
#include "is_smart_holder_type_caster.h"
#include "smart_holder_poc.h"
#include "smart_holder_poc.h"
#include "smart_holder_sfinae_hooks_only.h"
#include "type_caster_base.h"
#include "type_caster_base.h"
PYBIND11_NAMESPACE_BEGIN
(
PYBIND11_NAMESPACE
)
PYBIND11_NAMESPACE_BEGIN
(
PYBIND11_NAMESPACE
)
...
...
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