Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_swappable and is_nothrow_swappable type traits #8

Closed
bruxisma opened this issue Mar 31, 2014 · 1 comment
Closed

Add is_swappable and is_nothrow_swappable type traits #8

bruxisma opened this issue Mar 31, 2014 · 1 comment
Assignees
Milestone

Comments

@bruxisma
Copy link
Member

In reference to Issue #7, it will be easier to mark many swap function as noexcept if these type traits are available. While clang does provide some of their own traits, these will not depend on compiler or library specific implementations.

@bruxisma bruxisma added this to the 1.1 Release milestone Mar 31, 2014
@bruxisma bruxisma self-assigned this Mar 31, 2014
bruxisma pushed a commit that referenced this issue Mar 31, 2014
Closes Issue #8

Add documentation for type traits (This was sorely missing in the 1.0 release)
@bruxisma
Copy link
Member Author

And somehow "Closes Issue #8" was not read by github. Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant