Skip to content

Unroll MIN as the straight ?: construct#13

Open
yanick wants to merge 1 commit into
vmg:masterfrom
yanick:min
Open

Unroll MIN as the straight ?: construct#13
yanick wants to merge 1 commit into
vmg:masterfrom
yanick:min

Conversation

@yanick

@yanick yanick commented May 26, 2013

Copy link
Copy Markdown

Considering that not all compilers give us MIN implicitly, and since it's only at one place in the code, losing the MIN shouldn't be too high a price to pay, readability-wise, for portability.

Considering that not all compilers give us MIN implicitly,
and since it's only at one place in the code, losing the MIN
shouldn't be too high a price to pay, readability-wise, for
portability.
@christianbundy

Copy link
Copy Markdown

Just out of curiosity, which common compiler's don't give us MIN? I've been reading through the code in this repo and your PR sparked my interest. Thanks in advance!

@yanick

yanick commented Dec 3, 2013

Copy link
Copy Markdown
Author

Look at the failures of Escape::Houdini 0.1.2 (my Perl wrapper for the houdini lib) at http://www.cpantesters.org/distro/E/Escape-Houdini.html As usual, it's the windows compiler that seems to be causing problems, the naughty git. :-)

@christianbundy

Copy link
Copy Markdown

Thanks for the explanation! I'm going to maintain an updated fork of @vmg's project over at christianbundy/houdini, and I've merged your commit.

@yanick

yanick commented Dec 4, 2013

Copy link
Copy Markdown
Author

Sweet. The Perl module was using my own fork. I'm glad to ear I'll be able to just point to yours and have one less repo to worry about. :-)

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.

2 participants