hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.23k stars 224 forks source link

Make `cpp2::move` `constexpr` #1106

Closed bluetarpmedia closed 2 weeks ago

bluetarpmedia commented 2 weeks ago

The two cpp2::move functions are now marked as constexpr. See #1105

hsutter commented 2 weeks ago

Thanks!