Skip to content

Commit f9cf5f5

Browse files
authored
Update ideas.md
1 parent 81c7cc0 commit f9cf5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ A clean way to convert a enum class to the string representation of the values w
1010

1111
### Better `std::tuple`
1212

13-
`std::pair` is nice with `val.first`, `val.second`. `std::get<0>(tup)` is gross. Why doesn't std::tuple support first, second, third ... ninth at least?
13+
`std::pair` is nice with `val.first`, `val.second`. `std::get<n>(tup)` is gross. Why doesn't std::tuple support first, second, third ... ninth at least?
1414

1515
I'd imagine the lion's share of std::tuple usage is for tuples with less then nine items.

0 commit comments

Comments
 (0)