Fixed inspect report problems: tabs and lack of copyright notices, and a few other small html file errors.

This commit is contained in:
Edward Diener
2019-08-27 01:29:21 -04:00
parent 9b3e6a2cd6
commit 5756fb08ad
34 changed files with 325 additions and 299 deletions

View File

@ -24,7 +24,7 @@
# /* BOOST_PP_TUPLE_PUSH_FRONT */
#
# define BOOST_PP_TUPLE_PUSH_FRONT(tuple, elem) \
BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_PUSH_FRONT(BOOST_PP_TUPLE_TO_ARRAY(tuple), elem)) \
BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_PUSH_FRONT(BOOST_PP_TUPLE_TO_ARRAY(tuple), elem)) \
/**/
#
# endif // BOOST_PP_VARIADICS