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
51f3b9ce
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "b2d7ad72c24ee8d2acc22a4ce39fa38a1e9d77b8"
Commit
51f3b9ce
authored
Jan 26, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Adding copyright notices to new header files.
parent
d8a5f114
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_poc.h
+4
-0
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/smart_holder_type_casters.h
+4
-0
include/pybind11/smart_holder.h
include/pybind11/smart_holder.h
+4
-0
No files found.
include/pybind11/detail/smart_holder_poc.h
View file @
51f3b9ce
// Copyright (c) 2020-2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/* Proof-of-Concept for smart pointer interoperability.
High-level aspects:
...
...
include/pybind11/detail/smart_holder_type_casters.h
View file @
51f3b9ce
// Copyright (c) 2020-2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#include "../cast.h"
...
...
include/pybind11/smart_holder.h
View file @
51f3b9ce
// Copyright (c) 2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#include "detail/smart_holder_type_casters.h"
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