Hello, I'm working on a project to implement a Hidden Markov Model and move as much of it to compile time as possible. The last part that is blocking me is constexpr vector support. What exactly might I be getting myself into if I were to add this support?