aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/doublecpp.rb
AgeCommit message (Collapse)Author
2013-01-28doublecpp: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-03-22doublecpp 0.6.3Gavin James
Doublecpp is a preprocessor for C++ that handles a new linguistic construct for defining branches of a multi-method. The "right" branch of such a method will be selected dynamically at run-time according to the actual type of the object on which the method is invoked and to the actual type of the first argument: double dispatch. http://doublecpp.sourceforge.net/ Signed-off-by: Adam Vandenberg <flangy@gmail.com>