+2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
+ dg-error lines.
+ * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
+ * testsuite/20_util/duration/cons/1_neg.cc: Likewise.
+
+ * include/tr1_impl/type_traits: Fix comment typo.
+
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/unique_ptr.h: Remove stray character.
template<typename _Tp>
struct is_member_pointer;
- /// is_scalal
+ /// is_scalar
template<typename _Tp>
struct is_scalar
: public integral_constant<bool, (is_arithmetic<_Tp>::value
// { dg-error "instantiated from here" "" { target *-*-* } 30 }
// { dg-error "instantiated from here" "" { target *-*-* } 39 }
-// { dg-error "not exactly representable" "" { target *-*-* } 202 }
-// { dg-error "integral duration with floating point" "" { target *-*-* } 186 }
+// { dg-error "not exactly representable" "" { target *-*-* } 203 }
+// { dg-error "integral duration with floating point" "" { target *-*-* } 187 }
// { dg-excess-errors "In instantiation of" }
m1 = m2;
}
// { dg-error "within this context" "" { target *-*-* } 39 }
-// { dg-error "is private" "" { target *-*-* } 155 }
+// { dg-error "is private" "" { target *-*-* } 154 }
mutex_type m2(m1);
}
// { dg-error "within this context" "" { target *-*-* } 38 }
-// { dg-error "is private" "" { target *-*-* } 154 }
+// { dg-error "is private" "" { target *-*-* } 153 }