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
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Apple announced the new Xcode 14 beta IDE.
It causes 3 build errors in dependent Boost lib which uses deprecated sprintf:
Boost/headers/lexical_cast/detail/converter_lexical_streams.hpp
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.
Extra information:
Boost version used: 1_75_0 (The latest version 1_80_0 has the same issue)
Use Xcode 14 Compiler:
Apple clang version 14.0.0 (clang-1400.0.28.1)
On previous Xcode 13, it worked well.
Xcode 13 Compiler:
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
The text was updated successfully, but these errors were encountered:
Apple announced the new Xcode 14 beta IDE.
It causes 3 build errors in dependent Boost lib which uses deprecated sprintf:
Extra information:
Boost version used: 1_75_0 (The latest version 1_80_0 has the same issue)
Use Xcode 14 Compiler:
On previous Xcode 13, it worked well.
Xcode 13 Compiler:
The text was updated successfully, but these errors were encountered: