Indigo
Results
2
issues of
Indigo
Hi.In the given answer, I see that you use ` String::String(String &&s) NOEXCEPT : elements(s.elements), end(s.end) { s.elements = s.end = nullptr; }` instead of ` String::String(String&&s)NOEXCEPT :elements(std::move(s.elements)),end(std::move(s.end)) { ......
Hi! First of all it's really an excellent work you've done! Instiling physical laws into HOI synthesis is really cool. May I ask when you plan to release the code:)