*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
This commit is contained in:
@@ -40,6 +40,6 @@ CreateConfiguredStorage(EventLoop &event_loop);
|
||||
*/
|
||||
gcc_const
|
||||
bool
|
||||
IsStorageConfigured();
|
||||
IsStorageConfigured() noexcept;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user