Fixed some syntax errors and updated a test to asccount for numbers being more than 256.

This commit is contained in:
Edward Diener
2020-05-04 00:34:09 -04:00
parent efea46b2fb
commit c859da1fc9
6 changed files with 44 additions and 5 deletions

View File

@ -18,7 +18,7 @@
# include <boost/preprocessor/cat.hpp>
# include <boost/preprocessor/config/config.hpp>
# include <boost/preprocessor/debug/error.hpp>
# include <boost/preprocessor/detail/auto_rec>
# include <boost/preprocessor/detail/auto_rec.hpp>
# include <boost/preprocessor/list/fold_left.hpp>
# include <boost/preprocessor/list/fold_right.hpp>
# include <boost/preprocessor/logical/bitand.hpp>