renaming jamfile, jamrules

[SVN r2575]
This commit is contained in:
Arkadiy Vertleyb
2005-04-15 02:23:51 +00:00
parent 9ad9b85644
commit 067cd9915d
4 changed files with 4 additions and 29 deletions
+3 -3
View File
@@ -291,16 +291,16 @@ namespace test_integral
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::foo,
(BOOST_TYPEOF_INTEGRAL(test_integral::E))
);
)
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::blah,
(BOOST_TYPEOF_INTEGRAL(unsigned long int))
);
)
BOOST_TYPEOF_REGISTER_TEMPLATE(test_integral::bar,
(class)
(BOOST_TYPEOF_INTEGRAL(P0))
);
)
namespace test_integral
{