trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: July 2012

Re: [trinity-devel] kima - ftbfs - error: 'list' in namespace 'std' does not name a type

From: Nix <nix@...>
Date: Tue, 17 Jul 2012 19:25:45 +0100
On 17 Jul 2012, David C. Rankin outgrape:

> --- kima/src/kima.h
> +++ kima/src/kima.h     2012-07-17 00:44:44.835910307 -0500
> @@ -35,6 +35,9 @@
>  #include <tqptrlist.h>
>  #include <tqlabel.h>
>
> +// Namespace
> +using namespace std;
> +

That's not going to help: the list below on line 177 is already
namespace-qualified with std::.

-- 
NULL && (void)