Exemple #1
0
void x1test(X1<int> x1i) {
  x1i.f2();
  x1i.f2(0);
  x1i.f2(0.f);
  x1i.f2(0.);
}
void test_X1(X1<int> x1i) {
  int &ir = x1i.f2();
}