mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
various MSVC fixes in BTL
This commit is contained in:
@@ -117,9 +117,7 @@ int main( int argc , char *argv[] )
|
||||
cout << " <TH ALIGN=CENTER> comments </TH>" << endl ;
|
||||
cout << " </TR>" << endl ;
|
||||
|
||||
set<Lib_Mean>::iterator is ;
|
||||
|
||||
is=s_lib_mean.begin();
|
||||
multiset<Lib_Mean>::iterator is = s_lib_mean.begin();
|
||||
Lib_Mean best(*is);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user