Hacker News new | ask | show | jobs
by lldb 1021 days ago
Right - you can use the std::string at compile time but since it allocates dynamically you need to copy to a fixed size char[]/std::array to use at runtime.