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
fa54ccb3
Commit
fa54ccb3
authored
Feb 14, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compatibility with old clang versions (clang 3.6, 3.7 C++11).
parent
2bf07215
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/test_class_sh_factory_constructors.cpp
+6
-0
No files found.
tests/test_class_sh_factory_constructors.cpp
View file @
fa54ccb3
...
@@ -59,6 +59,12 @@ std::unique_ptr<atyp_udcp const, sddc> rtrn_udcp() { return std::unique_ptr<atyp
...
@@ -59,6 +59,12 @@ std::unique_ptr<atyp_udcp const, sddc> rtrn_udcp() { return std::unique_ptr<atyp
struct
with_alias
{
struct
with_alias
{
int
val
=
0
;
int
val
=
0
;
virtual
~
with_alias
()
=
default
;
virtual
~
with_alias
()
=
default
;
// Some compilers complain about implicitly defined versions of some of the following:
with_alias
()
=
default
;
with_alias
(
const
with_alias
&
)
=
default
;
with_alias
(
with_alias
&&
)
=
default
;
with_alias
&
operator
=
(
const
with_alias
&
)
=
default
;
with_alias
&
operator
=
(
with_alias
&&
)
=
default
;
};
};
struct
with_alias_alias
:
with_alias
{};
struct
with_alias_alias
:
with_alias
{};
struct
sddwaa
:
std
::
default_delete
<
with_alias_alias
>
{};
struct
sddwaa
:
std
::
default_delete
<
with_alias_alias
>
{};
...
...
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