1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-04 10:50:54 +01:00
luau/Config
Varun Saini d1025d0029
Remove noexcepts from Config ()
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 () 2024-11-12 14:25:04 -08:00
src Remove noexcepts from Config () 2024-11-12 14:25:04 -08:00