You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/boost/crypt2/hash/detail/hash_file.hpp
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@
13
13
#include<boost/crypt2/detail/concepts.hpp>
14
14
#include<boost/crypt2/detail/compat.hpp>
15
15
16
-
#if !defined(BOOST_CRYPT_BUILD_MODULE)
17
-
#include<limits>
18
-
#endif
19
-
20
16
namespaceboost::crypt::hash_detail {
21
17
22
18
// Error: the two-parameter std::span construction is unsafe as it can introduce mismatch between buffer size and the bound information [-Werror,-Wunsafe-buffer-usage-in-container]
0 commit comments