Files
OrcaSlicer-bambulab/src/slic3r/Utils
bubnikv b843a094f6 Slic3r::format(), Slic3r::GUI::format_wxstr():
wrappers around boost::format using C++17 variadic templates,
replacing the ugly and verbose
	(boost::format("template") % arg1 % arg2).str()
syntax.
The wrappers also implictely convert input parameters including the template
from wxString to UTF8.

The new format wrapper has been applied at multiple places as a start,
also some double macros _(L()) with new single macro _L().
2020-04-01 09:49:04 +02:00
..
2020-03-24 21:51:05 +01:00
2019-04-02 10:33:37 +02:00
2019-04-02 10:33:37 +02:00
2018-12-21 12:06:47 +01:00