Searched refs:IntOwner1 (Results 1 – 1 of 1) sorted by relevance
379 gsl::owner<int *> IntOwner1 = NonOwner1.getVal(); // Bad, since owner initialized with non-owner in test_templates() local382 template_function(IntOwner1); // Ok, but not actually ok, since type deduction removes owner in test_templates()