VS 90 project files; removed library dependencies

This commit is contained in:
Aleksandar Fabijanic
2008-08-14 13:06:08 +00:00
parent 43392d87cf
commit 8a0f2272b7
4 changed files with 12 additions and 13 deletions

View File

@@ -112,10 +112,3 @@ int main()
return 0;
}
/*
int main()
{
typedef units::compose< units::units::m, units::pow<units::units::s, -1> > meters_per_second;
meters_per_second ms(100);
}
*/