added proper template function instantiation caching

This commit is contained in:
Nathan Braswell
2016-02-03 21:57:06 -05:00
parent 1ea07d4f92
commit de3ead0573
5 changed files with 49 additions and 22 deletions

View File

@@ -48,6 +48,7 @@ fun some_other_function(in: bool): float {
fun main(): int {
var a = id<int>(7)
simple_println(a)
var b = id<int>(8)
/*var b = id<*char>("Double down time")*/
/*simple_println(b)*/
simple_println(id<char>("Double down time"))