xvalue comment
From-SVN: r186186
This commit is contained in:
parent
bdb7ddcc32
commit
b258592a08
1 changed files with 2 additions and 2 deletions
|
@ -4043,8 +4043,8 @@ enum tag_types {
|
|||
enum cp_lvalue_kind_flags {
|
||||
clk_none = 0, /* Things that are not an lvalue. */
|
||||
clk_ordinary = 1, /* An ordinary lvalue. */
|
||||
clk_rvalueref = 2,/* An rvalue formed using an rvalue reference */
|
||||
clk_class = 4, /* An rvalue of class-type. */
|
||||
clk_rvalueref = 2,/* An xvalue (rvalue formed using an rvalue reference) */
|
||||
clk_class = 4, /* A prvalue of class-type. */
|
||||
clk_bitfield = 8, /* An lvalue for a bit-field. */
|
||||
clk_packed = 16 /* An lvalue for a packed field. */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue