File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ set(PYBIND11_HEADERS
106
106
include /pybind11/detail/init.h
107
107
include /pybind11/detail/internals.h
108
108
include /pybind11/detail/smart_holder_poc.h
109
+ include /pybind11/detail/smart_holder_sfinae_hooks_only.h
109
110
include /pybind11/detail/smart_holder_type_casters.h
110
111
include /pybind11/detail/typeid.h
111
112
include /pybind11/attr.h
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2021 The Pybind Development Team.
2
+ // All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
#pragma once
2
6
3
7
#include " common.h"
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2021 The Pybind Development Team.
2
+ // All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
#pragma once
2
- #define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
3
6
4
7
#include " smart_holder_poc.h"
5
8
#include " smart_holder_sfinae_hooks_only.h"
Original file line number Diff line number Diff line change 44
44
"include/pybind11/detail/init.h" ,
45
45
"include/pybind11/detail/internals.h" ,
46
46
"include/pybind11/detail/smart_holder_poc.h" ,
47
+ "include/pybind11/detail/smart_holder_sfinae_hooks_only.h" ,
47
48
"include/pybind11/detail/smart_holder_type_casters.h" ,
48
49
"include/pybind11/detail/typeid.h" ,
49
50
}
You can’t perform that action at this time.
0 commit comments