Index: src/libchcore/TPathContainer.cpp =================================================================== diff -u -N -re8f31b0f922b402878356e130c866c4f3682a7f5 -r8a2ff3b2b71b45fb525e030167e62f316cb32869 --- src/libchcore/TPathContainer.cpp (.../TPathContainer.cpp) (revision e8f31b0f922b402878356e130c866c4f3682a7f5) +++ src/libchcore/TPathContainer.cpp (.../TPathContainer.cpp) (revision 8a2ff3b2b71b45fb525e030167e62f316cb32869) @@ -193,7 +193,7 @@ TStringArray vPaths; // store as vector of strings (ineffective; should be done better) - BOOST_FOREACH(const TSmartPath& spPath, m_vPaths) + for(const TSmartPath& spPath : m_vPaths) { vPaths.Add(spPath.ToWString()); }