按 align-linuxcnc 约束补 Boost shim 源码依据
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user