Let's say, I have min()
(just for example) a variadic function to define the smallest value from multiple values provided.
If the caller don't provided any parameter, I want to halt compile process (as this would be the bug in the caller, not error in my function).
How to do that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…