Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed Jun 26, 2019
1 parent 406a8c3 commit bb966d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/languages/cpp/tokens.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{ representation: "alignas" , name: "alignas" , isOperator: true, isFunctionLike: true },
{ representation: "typeid" , name: "typeid" , isOperator: true, isFunctionLike: true },
{ representation: "noexcept" , name: "noexcept" , isOperator: true },
{ representation: "noexcept" , name: "noexcept" , isOperator: true, isFunctionLike: true },
{ representation: "noexcept" , name: "noexcept" , isOperator: true, isFunctionLike: true },
{ representation: "static_cast" , name: "static_cast" , isOperator: true , isTypeCastingOperator: true},
{ representation: "dynamic_cast" , name: "dynamic_cast" , isOperator: true , isTypeCastingOperator: true},
{ representation: "const_cast" , name: "const_cast" , isOperator: true , isTypeCastingOperator: true},
Expand Down

0 comments on commit bb966d7

Please sign in to comment.