C++ constexpr named const #1887
EchoPouet
started this conversation in
Language design
Replies: 1 comment
-
We'll certainly need to support the use cases covered by
I expect we'll eventually support reading files at compile time, but we don't have a design for that yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is
var
andlet
but will there also beconst
which is the equivalent ofconstexpr
in C++ ?If so, will it be able to hold the contents of a file that will be read at compile time?
Beta Was this translation helpful? Give feedback.
All reactions