X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Ftabbed_values_test.cxx;h=64f3b60241ffb9e59b9a82e80f613926b27e85b1;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=53bba88dafe5ce7ffb18b754bede306cc3cd9729;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/misc/tabbed_values_test.cxx b/simgear/misc/tabbed_values_test.cxx index 53bba88d..64f3b602 100644 --- a/simgear/misc/tabbed_values_test.cxx +++ b/simgear/misc/tabbed_values_test.cxx @@ -7,9 +7,9 @@ #include #include "tabbed_values.hxx" -SG_USING_STD(cout); -SG_USING_STD(cerr); -SG_USING_STD(endl); +using std::cout; +using std::cerr; +using std::endl; int main (int ac, char ** av)