You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, what is the scope of this issue. I had a quick look at the code and spotted several mal style issue, e.g. using C++11 style std::add_pointer<void()>::type that could be replaced with void(*)(). Does that count towards the Review code part? And what to do about them, report them here or create a pull request right away?
Heya, what is the scope of this issue. I had a quick look at the code and spotted several mal style issue, e.g. using C++11 style std::add_pointer<void()>::type that could be replaced with void(*)(). Does that count towards the Review code part? And what to do about them, report them here or create a pull request right away?
If you find specific issues you think should be cleaned up or fixed, you could either report a new issue or submit a pull request.
The advantage of submitting an issue first is that you can find out if the maintainers agree before you put in the effort of a pull request. I'm not sure changing out the std::add_pointer type trait is worthwhile, however, it would be worthwhile to ensure a consistent style is used for defining function pointers.
No description provided.
The text was updated successfully, but these errors were encountered: