id summary reporter owner description type status milestone component version severity resolution keywords cc 12204 Boost 1.61.0 mulitiprecision introduces warning on clang / OS X howard.hinnant@… John Maddock "This change: https://github.com/boostorg/multiprecision/commit/df773c7ab293118eb29eac52067a0466431c9a96 Introduces these warnings on OS X / clang: {{{ In file included from /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/cpp_int.hpp:12: In file included from /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/number.hpp:22: In file included from /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/generic_interconvert.hpp:9: In file included from /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/default_ops.hpp:10: /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/number_base.hpp:415:13: warning: conversion function converting 'expression' to 'void' will never be used explicit operator void()const {} ^ /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/number_base.hpp:479:13: warning: conversion function converting 'expression' to 'void' will never be used explicit operator void()const {} ^ /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/number_base.hpp:547:13: warning: conversion function converting 'expression' to 'void' will never be used explicit operator void()const {} ^ /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/number_base.hpp:626:13: warning: conversion function converting 'expression' to 'void' will never be used explicit operator void()const {} ^ /Users/howardhinnant/Development/boost_1_61_0/boost/multiprecision/detail/number_base.hpp:714:13: warning: conversion function converting 'expression' to 'void' will never be used explicit operator void()const {} ^ }}}" Bugs closed To Be Determined multiprecision Boost 1.61.0 Regression fixed