Index: src/libchcore/TConfigSerializers.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -r8a2ff3b2b71b45fb525e030167e62f316cb32869 --- src/libchcore/TConfigSerializers.h (.../TConfigSerializers.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TConfigSerializers.h (.../TConfigSerializers.h) (revision 8a2ff3b2b71b45fb525e030167e62f316cb32869) @@ -52,7 +52,7 @@ { // convert to vector of wstrings (ineffective; there should be a better way to do this) TStringArray vToStore; - BOOST_FOREACH(const CString& strVal, vValues) + for(const CString& strVal : vValues) { vToStore.Add((PCTSTR)strVal); }