Replies: 3 comments 13 replies
-
Just removing the |
Beta Was this translation helpful? Give feedback.
7 replies
-
yes, and I was wondering if there is a simple solution to change codes like this:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks, maybe it works for that situation, but how about this code:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to port this awesome library for C++11/14 compiler.
It is easy to modify something like that:
But,
if constexpr
not easy to modify gracefully for me.I know there are some solution like
std::enable_if
oruse partial template specializations
, but it's not a small change...Beta Was this translation helpful? Give feedback.
All reactions