mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
remove find out why intel 7.1 config is incorrect
svn path=/trunk/boost/libs/numeric/ublas/; revision=25663
This commit is contained in:
@@ -40,11 +40,6 @@ int main ()
|
||||
// Print offsets - we expect 0,0 or 0,sizeof(std::size_t)
|
||||
std::cout << new_offset <<','<< array_new_offset << std::endl;
|
||||
|
||||
// FIXME find out what version Intel 7.1 for linux says it is
|
||||
#ifdef BOOST_INTEL
|
||||
std::cout << "intel " << BOOST_INTEL <<std::endl;
|
||||
#endif
|
||||
|
||||
// Return status
|
||||
if (new_offset != 0)
|
||||
return -1; // Very bad if new has an offset
|
||||
|
||||
Reference in New Issue
Block a user