Daniil Goncharov
Daniil Goncharov
Draft to fix https://github.com/foonathan/type_safe/issues/100
add to Github CI same https://github.com/Neargye/magic_enum/pull/59
https://github.com/Neargye/magic_enum/pull/113
Test like ```cpp template struct MyOpt { constexpr MyOpt() : mHasValue{} {} constexpr MyOpt(const T& v) : mHasValue{true}, val{v} { } constexpr bool has_value() const noexcept { return mHasValue; }...
``` C:\Users\root\Desktop\github\dry-comparisons>if exist build RMDIR /S /Q build C:\Users\root\Desktop\github\dry-comparisons>if not exist build mkdir build C:\Users\root\Desktop\github\dry-comparisons>cd build C:\Users\root\Desktop\github\dry-comparisons\build>cmake .. -G "Visual Studio 16 2019" -A x64 -- Selecting Windows SDK version...
_Перенос предложения:_ голоса +18, -3 _Автор идеи:_ **khnormuradov** Не комплируется конкатенация string_view и std::string: string_view{} + string{} --> ERROR ```cpp #include #include int main() { std::string s = "hello ";...
_Перенос предложения:_ голоса +6, -2 _Автор идеи:_ **Антон Полухин** @apolukhin std::tuple и std::pair отлично подходяд для обобщённого программирования, однако у них есть недостатки. Во первых, использующий их код сложно читать...
1. Add test for build with module 2. Please create a PR https://github.com/kelteseth/arewemodulesyet/ if this is merged so we can track it at https://arewemodulesyet.org/