Timeline for Partial Constructor arguments from tuple
Current License: CC BY-SA 4.0
9 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 13, 2022 at 9:42 | vote | accept | Dávid Tóth | ||
Jan 13, 2022 at 8:09 | answer | added | JHBonarius | timeline score: 1 | |
Jan 13, 2022 at 8:02 | comment | added | Dávid Tóth | I removed the c++17 tag as per your suggestion, because this is not something I'd like to realize in c++17. However I would not like to pin an exact standard to the question. | |
Jan 13, 2022 at 8:01 | history | edited | Dávid Tóth |
edited tags
|
|
Jan 13, 2022 at 7:59 | history | edited | JHBonarius | CC BY-SA 4.0 |
edited body
|
Jan 13, 2022 at 7:58 | comment | added | JHBonarius |
It's not clear form the question that you are only talking about make_form_tuple , and still: you want to realize it in another version. So tag which version you want. By the way as make_from_tuple is a library feature, not a language feature, you can always make your own implementation of it, based on the standardized one.
|
|
Jan 13, 2022 at 7:57 | comment | added | Dávid Tóth |
std::make_from_tuple is a c++17 feature
|
|
Jan 13, 2022 at 7:54 | comment | added | JHBonarius |
If you tag the question C++17 it's about realizing something in C++17. But it seems you want to realize it in an older version: tag it the version you are using. std::tie was already in C++14. Many of the tuple stuff you mention since C++11.
|
|
Jan 13, 2022 at 7:51 | history | asked | Dávid Tóth | CC BY-SA 4.0 |