Changes in src/Common/utility.h [c94b1f0:8f06277]
- File:
-
- 1 edited
-
src/Common/utility.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
rc94b1f0 r8f06277 190 190 } 191 191 192 template< typename... Params > 193 void warn( const Params & ... params ) { 194 std::cerr << "Warning: "; 195 toString_single( std::cerr, params... ); 196 std::cerr << std::endl; 197 } 198 192 199 // determines if pref is a prefix of str 193 200 static inline bool isPrefix( const std::string & str, const std::string & pref, unsigned int start = 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.