Home
last modified time | relevance | path

Searched refs:too_many_args_bit (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/format/
Dformat_fwd.hpp35 too_few_args_bit = 2, too_many_args_bit = 4, enumerator
Dfeed_args.hpp285 if( self.exceptions() & too_many_args_bit ) in distribute()
/third_party/boost/libs/format/example/
Dsample_advanced.cpp121 fmter.exceptions( boost::io::all_error_bits ^( boost::io::too_many_args_bit ) ); in main()