various MSVC fixes in BTL

This commit is contained in:
Gael Guennebaud
2008-12-19 15:31:47 +00:00
parent 22875683b9
commit 8679d895d3
10 changed files with 80 additions and 50 deletions

View File

@@ -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);