]> gcc.gnu.org Git - gcc.git/commitdiff
tweak
authorJason Merrill <jason@gcc.gnu.org>
Sat, 5 Aug 2000 17:48:27 +0000 (13:48 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 5 Aug 2000 17:48:27 +0000 (13:48 -0400)
From-SVN: r35505

gcc/testsuite/g++.old-deja/g++.pt/overload13.C

index db5d807bb814b9139fc94e27b1697164cb46587c..8f11b8b3002e816754a0d82a99068470ea04e6ed 100644 (file)
@@ -1,5 +1,8 @@
 // Test that .template limits overload resolution to member templates.
 
+// Note that the standard doesn't seem to require this behavior, but
+// EDG works this way.
+
 struct A {
   template <class T> int f (T) { return 0; }
   int f (int) { return 1; }
This page took 0.067932 seconds and 5 git commands to generate.