[GIT] ppl/ppl(master): Corrected typo causing test failures.

10 Dec
2011
10 Dec
'11
8:10 a.m.
Module: ppl/ppl Branch: master Commit: 31dbca0af5eaf369f58e5b1f250c90ba744193de URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=31dbca0af5eaf...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sat Dec 10 08:10:30 2011 +0100
Corrected typo causing test failures.
---
src/CO_Tree.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/CO_Tree.cc b/src/CO_Tree.cc index 86fda2f..48b6760 100644 --- a/src/CO_Tree.cc +++ b/src/CO_Tree.cc @@ -1045,11 +1045,11 @@ PPL::CO_Tree::move_data_from(CO_Tree& tree) { #ifndef NDEBUG case 3: break; -#endif
default: PPL_UNREACHABLE; break; +#endif }
// We now visit the current tree
5061
Age (days ago)
5061
Last active (days ago)
0 comments
1 participants
participants (1)
-
Enea Zaffanella