Oleksii Lubynets
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Indents in C++ variable initialization with curly braces
Dear JB Community,I want to initialize an std::vector in the following way:std::vector<T> myVector { t1, t2, t3};where I want to have indents consisting of 2 spaces before t1, t2, t3. However I ...