xhawk18
xhawk18
[fast_cd_menu](https://github.com/xhawk18/fast_cd_menu) is a bash script to support command "c" in bash to show cd history as menu. 
``` auto type = rttr::type::get(); bool result = (type.create().get_type() == type); ``` result is false ?
``` std::vector v0; int data[2] = { 11, 22 }; for (size_t n = 0; n < 2; ++n) { v0.push_back(rttr::variant(data[n])); } for (const auto v : v0) { printf("%d...
### Brief Issue Summary cmake-gui is the easiest way to configure the cmake with parameters. is it possible to open the source folder by the build folder created by cmake-gui...
e.g. gcc --std=c++20 -O0 gcc --std=c++20 -O1 gcc --std=c++20 -O2 Can I write docotp USAGE like this? `gcc [--std=] [-O (0|1|2)]` I seems not work.