/*
 * StringUtil.h
 *
 *  Created on: 01.12.2009
 *      Author: sep
 */

#ifndef STRINGUTIL_H_
#define STRINGUTIL_H_

std::string operator+(std::string s,double d);


#endif /* STRINGUTIL_H_ */
