Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
658cf3ba
Commit
658cf3ba
authored
Feb 23, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Renaming detail/is_smart_holder_type_caster.h -> detail/smart_holder_sfinae_hooks_only.h.
parent
3d31698f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
include/pybind11/cast.h
include/pybind11/cast.h
+1
-1
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
+0
-0
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/smart_holder_type_casters.h
+1
-1
No files found.
include/pybind11/cast.h
View file @
658cf3ba
...
...
@@ -14,7 +14,7 @@
#include "pytypes.h"
#include "detail/common.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/typeid.h"
#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
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
#include "is_smart_holder_type_caster.h"
#include "smart_holder_poc.h"
#include "smart_holder_sfinae_hooks_only.h"
#include "type_caster_base.h"
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