-
Notifications
You must be signed in to change notification settings - Fork 245
Missing include <boost/utility/enable_if.hpp> #2
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SVN r33477]
[SVN r33495]
[SVN r33688]
[SVN r34513]
[SVN r34558]
fixed license reference text; slight changes to comments to avoid spurious inspect tool warnings [SVN r34710]
same as for acos.hpp: fixed license reference text; slight changes to comments to avoid spurious inspect tool warnings [SVN r34712]
fixed typo in leading comment; removed unnamed namespace reported by inspect tool [SVN r34714]
[SVN r35047]
[SVN r35880]
Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Patch from Juergen Hunold. [SVN r35990]
[SVN r36158]
[SVN r36260]
[SVN r36531]
[SVN r37001]
[SVN r37022]
[SVN r37653]
'Version_1_34_1'. [SVN r38286]
[SVN r39706]
[SVN r41967]
[SVN r42075]
[SVN r42079]
[SVN r42170]
[SVN r43084]
[SVN r43146]
Refs #6367. [SVN r76445]
New constants code, new Hankel and owens_t special functions, new skew normal distribution. Updated docs. [SVN r78472]
[SVN r78477]
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). [SVN r79500]
…on for a full lost of changes. [SVN r80432]
[SVN r81880]
Refs #7907. Fixes #7429. Fixes #7891. [SVN r82579]
[SVN r82581]
[SVN r84459]
[SVN r84491]
Fixes #8621. [SVN r84864]
------------------------------------------------------------------------ r85234 | jhunold | 2013-08-07 14:28:00 +0200 (Mi, 07 Aug 2013) | 1 line Add missing svn:eol-style to be consistent with the other xml files. Needed for smooth git transition ------------------------------------------------------------------------ r85235 | jhunold | 2013-08-07 14:46:11 +0200 (Mi, 07 Aug 2013) | 1 line Add missing svn:eol-style native. Fixes mixed line endings. Needed for smooth git transition. ------------------------------------------------------------------------ r85236 | jhunold | 2013-08-07 14:50:32 +0200 (Mi, 07 Aug 2013) | 1 line Add missing svn:eol-style native. Fixes line ending issues discovered by git transition. ------------------------------------------------------------------------ r85237 | jhunold | 2013-08-07 14:52:10 +0200 (Mi, 07 Aug 2013) | 1 line Add missing svn:eol-style native and mime-type. Fixes line ending issues discovered by git transition. ------------------------------------------------------------------------ [SVN r85321]
Refs #8384, Refs #8855, refs #9107, refs #9109, refs #8333, refs #8621, refs #8732, refs #8733, refs #8837, refs #8940, refs #9042, refs #9087, refs #9104, refs #9126. [SVN r85987]
[SVN r85989]
Refs #9183. [SVN r86259]
[SVN r86349]
…erflow error from tgamma when the result is actually zero. [SVN r86415]
…itattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion.
Resolved Conflicts: doc/equations/airy.svg doc/equations/airy_ai.svg doc/equations/airy_aip.svg doc/equations/airy_bi.svg doc/equations/airy_bip.svg doc/equations/bessel13.svg doc/equations/binomial_ref1.svg doc/equations/binomial_ref2.svg doc/equations/ellint17.svg doc/equations/ellint19.svg doc/equations/ellint21.svg doc/equations/ellint23.svg doc/equations/ellint24.svg doc/equations/hypergeometric5.svg doc/equations/hypergeometric6.svg doc/equations/ibeta10.svg doc/equations/ibeta5.svg doc/equations/ibeta6.svg doc/equations/ibeta8.svg doc/equations/igamma11.svg doc/equations/jacobi1.svg doc/equations/jacobi2.svg doc/equations/jacobi3.svg doc/equations/jacobi4.svg doc/equations/legendre_2.svg doc/equations/legendre_3.svg doc/equations/lgamm5.svg doc/equations/lgamm6.svg doc/equations/mbessel13.svg doc/equations/mbessel15.svg doc/equations/nc_beta_ref4.svg doc/equations/nc_chi_squ_ref7.svg doc/equations/roots4.svg doc/equations/sbessel2.svg doc/equations/sbessel4.svg doc/html/index.html doc/html/indexes/s01.html doc/html/indexes/s02.html doc/html/indexes/s03.html doc/html/indexes/s04.html doc/html/indexes/s05.html doc/html/math_toolkit/conventions.html doc/html/math_toolkit/history1.html doc/html/math_toolkit/history2.html doc/html/math_toolkit/navigation.html doc/overview/roadmap.qbk include/boost/math/distributions/detail/inv_discrete_quantile.hpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think there is a missing #include in bernoulli_details.hpp for enable_if_c. At least, the unit tests failed for me (Ubuntu 12.04) and this fixes it.