diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-12 16:55:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-12 16:55:48 +0200 |
commit | 1fa4dd7aa4f7bd1980dd840570273a93269d2b9a (patch) | |
tree | a77c24f099d386f7816d2fc2b7a2bb007b20d783 /feature/list | |
parent | 0a26104119f02c5a651f96d7d070314e613fb156 (diff) |
Add feature: Move value to by-value modifiers
Diffstat (limited to 'feature/list')
-rw-r--r-- | feature/list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/feature/list b/feature/list index ebe6734..b3902b6 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,5 @@ +! Move value to by-value modifiers [c++11] + ! Diagnose use of relationship smart pointer if object pointer is raw [diag] Diagnose if it is raw by default (i.e., not explicitly specified) and |