- Removed dependencies on Boost/string in mtg sources
- Removes dependencies on Boost/shared_ptr in mtg sources only for WP8 for the moment - Various compilation fixes on WP8
This commit is contained in:
@@ -136,4 +136,8 @@ template <class T> istream& operator>>(istream& in, T& p)
|
||||
return in;
|
||||
}
|
||||
*/
|
||||
|
||||
/* replace_all ... replacement to avoid depending on boost for that */
|
||||
void ReplaceString(std::string& subject, const std::string& search, const std::string& replace);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user