Removed limitation on the operator() of a custom constraint which was required to be const

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@390 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-10-10 22:21:53 +00:00
parent dc27632f66
commit ee338d40bb
4 changed files with 23 additions and 35 deletions

View file

@ -206,10 +206,6 @@
RelativePath="..\..\src\tests\errors_test\constraint_value_of_wrong_type_in_builtin_constraint.cpp"
>
</File>
<File
RelativePath="..\..\src\tests\errors_test\custom_constraint_call_operator_not_const.cpp"
>
</File>
<File
RelativePath="..\..\src\tests\errors_test\mismatch_type_in_returns_int_action.cpp"
>