Skip to content

Comments

Assert when we try to use an incomplete type on a trait which require…#61

Merged
jzmaddock merged 4 commits intodevelopfrom
issue12285
Feb 4, 2018
Merged

Assert when we try to use an incomplete type on a trait which require…#61
jzmaddock merged 4 commits intodevelopfrom
issue12285

Conversation

@jzmaddock
Copy link
Collaborator

…s complete types as arguments.

This prevents some traits from doing the wrong thing (ie compiling but giving the wrong answer when handed an incomplete type.
See https://svn.boost.org/trac10/ticket/12285.
A by-product of this is we add is_complete as a new trait.

…s complete types as arguments.

This prevents some traits from doing the wrong thing (ie compiling but giving the wrong answer when handed an incomplete type.
See https://svn.boost.org/trac10/ticket/12285.
A by-product of this is we add is_complete as a new trait.
@jzmaddock jzmaddock merged commit 23520c1 into develop Feb 4, 2018
@jzmaddock jzmaddock deleted the issue12285 branch February 4, 2018 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant