Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,103 contributions in the last year
Activity overview
Contribution activity
August 2020
- Ubpa/crossguid C++
- Ubpa/DustEngine C++
- Ubpa/sol2 C++
- Ubpa/URapidJSON C++
Created a pull request in ThePhD/sol2 that received 1 comment
no_constructpr, variable name is_const -> ret_is_const
is_const will get some strange messages in VS 2019
maybe it is conflicted with std::is_const
+3
−3
•
1
comment
Created an issue in Neargye/nameof that received 6 comments
type name without struct/class/enum
struct A{}; class B{}; enum C{}; template<typename T> class D{}; constexpr auto name_A = nameof::nameof_type<A>(); // "struct A" constexpr auto nam…
6
comments