c713f2cdff
VDE-016 (ssi_boolean.cpp): Moved SSICurveData out of anonymous namespace into explicit vde::brep, added #include <iterator> for std::begin/end, added using ClassResult. Fixes GCC two-phase name lookup failures. VDE-017 (CMakeLists.txt): Changed CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR in configure_file call so VDE builds correctly as a submodule. Both fixes were already applied in main; this commit records the updated issue status from the feedback branch.