#include
using std::cout;
using std::endl;
template void test(T a)
{
cout << "Fonction #1 a= "< void test(T a, Z b)
{
cout << "Fonction #2 a= "<
Categories:
Uncategorized
#include
using std::cout;
using std::endl;
template void test(T a)
{
cout << "Fonction #1 a= "< void test(T a, Z b)
{
cout << "Fonction #2 a= "<
Categories:
Uncategorized