Douglas Gregor
dc13ded606
Implement C++ DR481, which clarifies that the scope of template
...
parameters starts at the end of the template-parameter rather than at
the point where the template parameter name is encounted. For example,
given:
typedef unsigned char T;
template<typename T = T> struct X0 { };
The "T" in the default argument refers to the typedef of "unsigned
char", rather than referring to the newly-introduced template type
parameter 'T'.
Addresses <rdar://problem/8122812>.
llvm-svn: 107354
2010-07-01 00:00:45 +00:00
..
2010-05-17 23:51:52 +00:00
2010-04-08 18:51:44 +00:00
2010-06-17 15:17:41 +00:00
2010-05-26 22:00:08 +00:00
2010-03-17 19:25:57 +00:00
2010-02-15 19:38:00 +00:00
2010-01-02 21:44:36 +00:00
2010-06-21 23:44:13 +00:00
2010-06-16 08:42:20 +00:00
2010-06-08 20:44:43 +00:00
2010-04-20 20:35:58 +00:00
2010-06-28 08:39:25 +00:00
2010-07-01 00:00:45 +00:00
2010-06-28 08:39:25 +00:00
2010-05-28 20:08:00 +00:00
2010-06-23 06:00:24 +00:00
2010-06-22 23:20:40 +00:00
2010-06-16 00:35:25 +00:00
2010-06-29 19:27:42 +00:00
2010-06-25 00:05:45 +00:00
2010-06-30 17:24:13 +00:00
2010-06-30 02:59:29 +00:00
2010-06-22 23:20:40 +00:00
2010-05-28 08:37:35 +00:00
2010-06-30 22:55:51 +00:00
2010-06-30 00:20:43 +00:00
2010-06-16 19:56:08 +00:00
2010-06-30 18:13:39 +00:00
2010-06-07 16:14:00 +00:00
2010-05-28 18:45:08 +00:00
2010-06-29 18:12:32 +00:00
2010-06-30 23:01:39 +00:00
2010-05-23 22:10:15 +00:00
2010-06-30 00:20:43 +00:00
2010-07-01 00:00:45 +00:00
2010-03-28 02:42:43 +00:00
2010-06-11 00:33:02 +00:00
2010-06-16 15:23:05 +00:00
2010-06-25 03:22:07 +00:00
2010-06-23 06:00:24 +00:00
2010-02-21 05:12:56 +00:00
2010-01-10 12:58:08 +00:00
2010-06-23 06:00:24 +00:00