Warning, file /include/boost/iostreams/detail/config/limits.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_LIMITS_HPP_INCLUDED
0009 #define BOOST_IOSTREAMS_DETAIL_CONFIG_LIMITS_HPP_INCLUDED
0010
0011 #ifndef BOOST_IOSTREAMS_MAX_FORWARDING_ARITY
0012 # define BOOST_IOSTREAMS_MAX_FORWARDING_ARITY 3
0013 #endif
0014
0015 #ifndef BOOST_IOSTREAMS_MAX_EXECUTE_ARITY
0016 # define BOOST_IOSTREAMS_MAX_EXECUTE_ARITY 5
0017 #endif
0018
0019 #endif