Skip to content

Commit

Permalink
Fix Linux build errors
Browse files Browse the repository at this point in the history
(Ubuntu 24.04)
  • Loading branch information
cadivus committed Oct 22, 2024
1 parent 8d4e293 commit 9ba34cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/webview_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <sstream>

// std::to_string fails for ints on Ubuntu 24.04:
// webview_handler.cc:83:86: error: no matching function for call to 'to_string'
// webview_handler.cc:564:24: error: no matching function for call to 'to_string'
// webview_handler.cc:86:86: error: no matching function for call to 'to_string'
// webview_handler.cc:567:24: error: no matching function for call to 'to_string'
namespace stringpatch
{
template < typename T > std::string to_string( const T& n )
Expand Down

0 comments on commit 9ba34cd

Please sign in to comment.