summaryrefslogtreecommitdiff
path: root/Examples/test-suite/template_expr.i
Commit message (Expand)AuthorAgeFilesLines
* Use SWIG_GE, SWIG_LE, etc instead of >=, <= since the latter causeOlly Betts2006-09-261-1/+2
* Use != in the example here since >= doesn't work correctly yet.Olly Betts2006-09-231-1/+1
* Eliminate nested class from testcase - that's not what we want to test here!Olly Betts2006-09-231-10/+0
* Support ternary conditionals (a ? b : c) in constant expressions.Olly Betts2006-09-231-1/+11
* Allow <, >, <=, >=, !=, ==, and % in constant expressions.Olly Betts2006-09-231-0/+19
* Allow templates to be instantiated using negative numbers and constantOlly Betts2006-09-201-1/+2
* adding more broken casesMarcelo Matus2005-10-271-0/+11
* added more test cases and broken onesMarcelo Matus2004-11-151-0/+25