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
63fe9891
Commit
63fe9891
authored
Jan 26, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Adding copyright notices to new header files.
parent
a15797d5
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 @
63fe9891
// 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 @
63fe9891
// 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 @
63fe9891
// 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