D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 16168 - isCopyable trait for value types
Summary: isCopyable trait for value types
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks: 16108
  Show dependency treegraph
 
Reported: 2016-06-13 13:55 UTC by Jack Stouffer
Modified: 2016-12-23 21:09 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jack Stouffer 2016-06-13 13:55:38 UTC
We have hasElaborateCopyConstructor, but we don't have something that tells us if copying is disabled or not.
Comment 1 github-bugzilla 2016-08-30 11:44:29 UTC
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/f7d26c5715afd5032f8ee6adc3fd3a073f707775
Issue 16168 - isCopyable trait for value types

https://github.com/dlang/phobos/commit/cb09746cb11bcbe7b730f05d29792e6252669175
Merge pull request #4706 from SealabJaster/issue_16168

Issue 16168 - isCopyable trait for value types
Comment 2 github-bugzilla 2016-10-01 11:46:43 UTC
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/f7d26c5715afd5032f8ee6adc3fd3a073f707775
Issue 16168 - isCopyable trait for value types

https://github.com/dlang/phobos/commit/cb09746cb11bcbe7b730f05d29792e6252669175
Merge pull request #4706 from SealabJaster/issue_16168