xiran56

Results 3 comments of xiran56

Если хочется только упростить синтаксис, то можно написать свою функцию forEach: ```c++ #include #include #include #include template inline void forEach(std::tuple &tuple, Functor f) { impl::forEach(tuple, f, std::make_integer_sequence{}); } // перегрузки...

В репозитории, на который вы дали ссылку, написано: > There are two main reasons for implementing a novel counter for the C preprocessor other than the built-in (and non-standard) __COUNTER__....

same error Windows 11 jdk 17 (autoinstalled jre from npm (why?))