Skip to main content

All Questions

Tagged with
3 votes
3 answers
310 views

What is the difference between C++11's constexpr and C23's [[reproducible]]?

C++11 added the constexpr keyword which can be added to functions to specify constant behavior. C23 added what seems to be identical functionality in the form of the [[reproducible]] tag. How are ...
Badasahog's user avatar
  • 659