-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Junk removal #863
Junk removal #863
Conversation
include/boost/math/interpolators/detail/cardinal_cubic_b_spline_detail.hpp
Outdated
Show resolved
Hide resolved
Done @jzmaddock |
@mborland Ready! |
@AtariDreams : other than my 2 comments above, I'm happy with this one (but I think those two need to be addressed). |
#include <boost/math/distributions/detail/inv_discrete_quantile.hpp> was removed and the project failed to build as a result, so I think we need to keep it as is |
Also the first complaint of yours was addressed @jzmaddock |
There are two issues mentioned above: the workaround removed from tools/config.hpp properly belongs in tools/workaround.hpp (and yes we really do need float.h and not cfloat when the workaround is active), and the change to tools/precision.hpp will introduce a new compiler warning as it implicitly converts int to bool. |
Removal of junk headers, typos, or mistakenly duplicated keywords
Done! @jzmaddock |
@mborland All ready! |
Ooops, merged too soon: "constructible" is the correct spelling as least as far as the C++ standard is concerned. Changed that back in develop. |
Removal of junk headers, typos, or mistakenly duplicated keywords