removing tabs

[SVN r13783]
This commit is contained in:
Jaakko Järvi
2002-05-09 17:26:37 +00:00
parent b1621fad71
commit 08be3cbe04
6 changed files with 28 additions and 30 deletions

View File

@ -75,7 +75,7 @@ int test_main(int argc, char * argv[] ) {
// When teading tuples from a stream, manipulators must be set correctly:
ifstream tmp3("temp.tmp");
tuple<string, string, int> j;
tuple<string, string, int> j;
#if !defined (BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
tmp3 >> j;