Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No? Wouldn't it do that with a static_assert invoking the function too?


No sure I get the question: static_assert can only invoke constexpr functions, and constexpr functions can only call themselves other constexpr functions. Since IO functions are not constexpr, you can't call them there.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: