You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible/worthwhile to have a version of this library that provides the file data in a constexpr context instead of hiding the data in a cpp file?
This library feels dangerously close to a std::embed equivalent/workaround, and having access to some file contents from a constexpr context would be very handy.
The text was updated successfully, but these errors were encountered:
Would it be possible/worthwhile to have a version of this library that provides the file data in a constexpr context instead of hiding the data in a cpp file?
This library feels dangerously close to a
std::embed
equivalent/workaround, and having access to some file contents from a constexpr context would be very handy.The text was updated successfully, but these errors were encountered: