/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/func-param-mismatch-2.ispc
7 строк
111 B
Matt Pharr
Implement new, simpler function overload resolution algorithm.
28 мар 2012, 00:25
28 мар 2012, 00:25
f8a3940
Код
Авторство
О чём код?
// Unable to find any matching overload for call to function void foo(int x); void bar(int x) { foo(); }