From: curt Date: Fri, 21 Mar 2003 21:09:21 +0000 (+0000) Subject: Removed SG_USING_STD(for_each) to make MSVC happy(er). :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ade4d02e605d9e255fd20254fb971aab3e80ea2;p=flightgear.git Removed SG_USING_STD(for_each) to make MSVC happy(er). :-) --- diff --git a/src/Cockpit/hud.hxx b/src/Cockpit/hud.hxx index 45f62339a..e1ac94f1a 100644 --- a/src/Cockpit/hud.hxx +++ b/src/Cockpit/hud.hxx @@ -65,7 +65,6 @@ SG_USING_STD(deque); SG_USING_STD(vector); -SG_USING_STD(for_each); SG_USING_NAMESPACE(std);