luau/Config
Varun Saini d1025d0029
Remove noexcepts from Config (#1523)
Fixes https://github.com/luau-lang/luau/issues/1515.

By removing these `noexcept`s, we guarantee that the internal call to
`std::swap` uses move semantics when a `Config` is copy-assigned.
2024-11-12 14:25:04 -08:00
..
include/Luau Remove noexcepts from Config (#1523) 2024-11-12 14:25:04 -08:00
src Remove noexcepts from Config (#1523) 2024-11-12 14:25:04 -08:00