
Module: ppl/ppl Branch: floating_point Commit: 9c9c1ff2fef76d9dd8fbf669cf96c349794f9df5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9c9c1ff2fef76...
Author: Fabio Bossi bossi@cs.unipr.it Date: Fri Jul 23 11:30:13 2010 +0200
Added missing inline specifier. Make check now works.
---
src/Concrete_Expression.inlines.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Concrete_Expression.inlines.hh b/src/Concrete_Expression.inlines.hh index 3c9cd1e..c812919 100644 --- a/src/Concrete_Expression.inlines.hh +++ b/src/Concrete_Expression.inlines.hh @@ -73,7 +73,7 @@ Concrete_Expression_Type::bounded_integer_type_width() const { return impl.bounded_integer_type_width; }
-Bounded_Integer_Type_Representation +inline Bounded_Integer_Type_Representation Concrete_Expression_Type::bounded_integer_type_representation() const { return impl.bounded_integer_type_representation; }