diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 01:08:50 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 01:08:50 +0000 |
commit | 991969850eede6eca5c8724484175b1f3c0ddeff (patch) | |
tree | 2fcc0c46448c9dd0277465a4254da044255f9354 /decoder/trule.h | |
parent | 916944c8f234cbd4bdc06e5079f678f1835df426 (diff) |
cout<<TRule
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@506 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/trule.h')
-rw-r--r-- | decoder/trule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/trule.h b/decoder/trule.h index 04058a41..e73fd0fe 100644 --- a/decoder/trule.h +++ b/decoder/trule.h @@ -104,7 +104,7 @@ class TRule { bool Initialized() const { return e_.size(); } std::string AsString(bool verbose = true) const; - + friend std::ostream &operator<<(std::ostream &o,TRule const& r); static TRule DummyRule() { TRule res; res.e_.resize(1, 0); |