Added comment explaining state of progress of SC --> C++

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-06-30 12:10:51 -07:00
parent df02813cd4
commit 917dacb61e
@@ -133,6 +133,10 @@ namespace ScriptCanvas
}
}
// Translation to C++ (executed via BehaviorContext calls) has been demonstrated in the past and is partially in progress.
// These calls allow for users to execute multiple translations from the same abstract code model.
// More work is required to complete all the latest features of the ACM, and do integrate output files into the build.
//
// if (targetFlags & (TargetFlags::Cpp | TargetFlags::Hpp))
// {
// auto outcomeCPP = TranslationCPP::ToCPlusPlus(*model.get(), rawSave);