parent
							
								
									f843239452
								
							
						
					
					
						commit
						676a7a3271
					
				| @ -81,8 +81,9 @@ void check_limits_specialization() | ||||
|   typedef std::numeric_limits<AD> A; | ||||
|   typedef std::numeric_limits<Scalar> B; | ||||
| 
 | ||||
|   bool res = std::is_base_of<B, A>::value; | ||||
|   VERIFY_IS_EQUAL(res, true); | ||||
| #if EIGEN_HAS_CXX11 | ||||
|   VERIFY(bool(std::is_base_of<B, A>::value)); | ||||
| #endif | ||||
| } | ||||
| 
 | ||||
| void test_autodiff_scalar() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Gael Guennebaud
						Gael Guennebaud