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

@ -23,7 +23,7 @@
# /* BOOST_PP_TUPLE_PUSH_BACK */
#
# define BOOST_PP_TUPLE_PUSH_BACK(tuple, elem) \
BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_PUSH_BACK(BOOST_PP_TUPLE_TO_ARRAY(tuple), elem)) \
BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_PUSH_BACK(BOOST_PP_TUPLE_TO_ARRAY(tuple), elem)) \
/**/
#
# endif // BOOST_PP_VARIADICS