sp_angle_shift
Category: Spacing options Type: multiple (ignore add remove force) Default: add
Add or remove space between '>' and '>' in '>>' (template stuff). Default: add
vector<vector<int>>
raw CPP code | sp_angle_shift=ignore | sp_angle_shift=add | sp_angle_shift=remove | sp_angle_shift=force |
---|---|---|---|---|
vector<vector<int>> v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; | vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; | vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; | vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; | vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; |
Take care: the default is 'add'. BUG: Why a space is ALWAYS added to v1, even with 'ignore' or 'remove'? BUG: Why spaces are NEVER removed to v2, even with 'remove'? array<int,8>>2> a; // is an Error for a compiler array<int,(8>>2)> a; // is Ok; Edited by JEAYNE
Not the best code for this option? See how to improve the .uds file used to generate these examples.