Searched defs:pi1b (Results 1 – 1 of 1) sorted by relevance
150 …CONST T pi1b = T(3.1415926535897932385); // expected-note {{variable template 'pi1b' declared her… variable151 …template int pi1b<const int>; // expected-error {{type 'int' of explicit instantiation of 'pi1b' … variable396 … T pi1b = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable419 template float n1::pi1b<float>; member in nested::use_n1b::n1