mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[poincare] Fix evaluation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include <poincare/allocation_failed_evaluation.h>
|
||||
#include <poincare/expression_reference.h>
|
||||
#include <poincare/expression.h>
|
||||
#include <poincare/undefined.h>
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
template<typename T>
|
||||
ExpressionReference AllocationFailedEvaluationNode<T>::complexToExpression(Preferences::Preferences::ComplexFormat complexFormat) const {
|
||||
return UndefinedReference();
|
||||
Expression AllocationFailedEvaluationNode<T>::complexToExpression(Preferences::Preferences::ComplexFormat complexFormat) const {
|
||||
return Undefined();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user