ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/Limits/ConfigFile.h
(Generate patch)

Comparing UserCode/auterman/SusyScan/Limits/ConfigFile.h (file contents):
Revision 1.1.1.1 by auterman, Wed Jan 26 14:37:51 2011 UTC vs.
Revision 1.2 by auterman, Sat Mar 12 07:22:08 2011 UTC

# Line 143 | Line 143 | public:
143          struct key_not_found {  // thrown only by T read(key) variant of read()
144                  string key;
145                  key_not_found( const string& key_ = string() )
146 <                        : key(key_) {} };
146 >                        : key(key_) {
147 >                        std::cout<<"key:"<<key<<std::endl;
148 >                        } };
149   };
150  
151  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines