*: 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:
@@ -34,6 +34,6 @@
|
||||
|
||||
gcc_const
|
||||
bool
|
||||
IsCurlOlderThan(unsigned version_num);
|
||||
IsCurlOlderThan(unsigned version_num) noexcept;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user