Skip to content
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

Removed inclusion of the boost/cast.hpp (functions from this library wer... #9

Merged
merged 1 commit into from
Jun 10, 2014

Conversation

apolukhin
Copy link
Member

...e not used)

This drops dependency to the Conversion Library and Numeric Cast.

Tested on GCC. Tests do pass.

pdimov added a commit that referenced this pull request Jun 10, 2014
Removed inclusion of the boost/cast.hpp (functions from this library wer...
@pdimov pdimov merged commit 5e607cb into boostorg:develop Jun 10, 2014
@pdimov
Copy link
Member

pdimov commented Jun 10, 2014

Hmm. I spoke too soon. The files do call boost::numeric_cast, so I'll have to revert that commit.

pdimov added a commit that referenced this pull request Jun 10, 2014
This reverts commit 5e607cb, reversing
changes made to 7b2f0cf.
@chhenning
Copy link
Contributor

No problem. Thanks for working on gil.

On Tue, Jun 10, 2014 at 12:41 PM, Peter Dimov notifications@github.com
wrote:

Hmm. I spoke too soon. The files do call boost::numeric_cast, so I'll
have to revert that commit.


Reply to this email directly or view it on GitHub
#9 (comment).

@apolukhin
Copy link
Member Author

grep showed that numeric_cast is used only in a single file. Added numeric_cast include file and made another pull request: #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants