Home
last modified time | relevance | path

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

/third_party/boost/libs/format/tools/
Dformat_matrix.cpp98 BOOST_CONSTEXPR const bool g_bf = false; variable
219 case ID_BOOLF: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_bf ); break; in call_snprintf()
266 case ID_BOOLF: return ::boost::str(::boost::format(fmtStr) % g_bf ); in call_format()