Skip to content

FIX: Fix boost::format declaration - #11754

Open
hadess wants to merge 1 commit into
bambulab:masterfrom
hadess:wip/hadess/2.8.1-fixes
Open

FIX: Fix boost::format declaration#11754
hadess wants to merge 1 commit into
bambulab:masterfrom
hadess:wip/hadess/2.8.1-fixes

Conversation

@hadess

@hadess hadess commented Jul 29, 2026

Copy link
Copy Markdown
Contributor
In file included from /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevAxis.cpp:2: /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtil.h: In function ‘std::string Slic3r::s_get_diameter_str(float)’: /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtil.h:173:20: error: ‘format’ is not a member of ‘boost’
  173 |     return (boost::format("%.2f") % diameter).str();
      |                    ^~~~~~

In file included from /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevAxis.cpp:2:
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtil.h: In function ‘std::string Slic3r::s_get_diameter_str(float)’:
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtil.h:173:20: error: ‘format’ is not a member of ‘boost’
  173 |     return (boost::format("%.2f") % diameter).str();
      |                    ^~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant