boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Fix compilation failure with gcc 4.6 #61

Closed Lastique closed 1 year ago

Lastique commented 1 year ago

The compiler doesn't support explicit exception specifications in defaulted functions.

Fixes https://github.com/boostorg/lexical_cast/issues/60.

apolukhin commented 1 year ago

https://github.com/boostorg/lexical_cast/commit/af5ce2a5fe3321e2849a5ce89f80267c9059995e probably fixes the issue. Please reopen the ticket if not

Thanks for the report and fix!

Lastique commented 1 year ago

af5ce2a probably fixes the issue. Please reopen the ticket if not

Thanks for the report and fix!

The bug report is https://github.com/boostorg/lexical_cast/issues/60, I have commented there. The problem is not fixed.