We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135704f commit 09239feCopy full SHA for 09239fe
include/tao/json/stream.hpp
@@ -19,7 +19,7 @@ namespace tao
19
template< template< typename... > class Traits >
20
std::ostream& operator<<( std::ostream& o, const basic_value< Traits >& v )
21
{
22
- const auto w = o.width( 0 );
+ const std::uint64_t w = o.width( 0 );
23
if( w > 0 ) {
24
json::to_stream( o, v, w );
25
}
0 commit comments