按 align-linuxcnc 约束补 Boost shim 源码依据

This commit is contained in:
cnc
2026-06-02 10:30:14 +08:00
parent 820ac7e72b
commit 16ac5cbfef
3 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef CNC_SIM_WASM_SHIMS_BOOST_NONCOPYABLE_HPP
#define CNC_SIM_WASM_SHIMS_BOOST_NONCOPYABLE_HPP
// LinuxCNC source basis: src/emc/rs274ngc/interp_base.hh derives InterpBase
// from boost::noncopyable.
namespace boost {
class noncopyable {

View File

@@ -1,5 +1,8 @@
#pragma once
// LinuxCNC source basis: src/emc/rs274ngc/interp_python.cc,
// interp_namedparams.cc, rs274ngc_pre.cc, and src/emc/pythonplugin/python_plugin.hh
// use Boost.Python object/handle/extract APIs in Python/remap paths.
#include <cstddef>
#include <cstdarg>
#include <sstream>