Files
OrcaSlicer-KX/src/libslic3r/GCode
Dima Buzdyk e6ed93f0c6 Fix -Wsubobject-linkage warning (#6243)
* Fix -Wsubobject-linkage warning

Having tk::spline header-only implementation included from
SmallAreaInfillFlowCompensator.hpp makes
SmallAreaInfillFlowCompensator::flowModel have separate (albeit the
same) implementation in each translation unit.

In order to fix this issue, SmallAreaInfillFlowCompensator::flowModel
converted to opaque 'pimpl'

* spline: remove anonymous namespace

Remove outer anonymous namespace from splice.h to make
forward declaration for tk::spline possible.
2024-08-04 10:48:24 +08:00
..
2023-12-01 10:42:45 +00:00
2024-07-21 10:29:42 +08:00
2024-07-21 10:29:42 +08:00
2024-07-29 21:00:26 +08:00
2023-09-09 13:19:59 +08:00