sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Excessive noexcept

Open GitSparTV opened this issue 6 months ago • 2 comments
trafficstars

Hi, I found a function where noexcept breaks catching because an exception can actually occur.

As example: basic_table_iterator& operator++() noexcept shouldn't be noexcept because lua_next in LuaJIT can throw an error.

I assume this isn't the only place where something like this might happen

GitSparTV avatar Apr 30 '25 09:04 GitSparTV