comparison gcc/testsuite/g++.dg/template/show-template-tree-3.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
7 from 'vector<double>' to 'vector<float>' 7 from 'vector<double>' to 'vector<float>'
8 (again, with the "double" and "float" highlighted, though we can't test 8 (again, with the "double" and "float" highlighted, though we can't test
9 for that in this case). */ 9 for that in this case). */
10 10
11 // { dg-options "-fdiagnostics-show-template-tree" } 11 // { dg-options "-fdiagnostics-show-template-tree" }
12 // { dg-additional-options "-Wno-return-type" }
12 13
13 #include <map> 14 #include <map>
14 #include <vector> 15 #include <vector>
15 16
16 using std::vector; 17 using std::vector;