help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble debugging some STL code


From: Richard Kettlewell
Subject: Re: Trouble debugging some STL code
Date: Mon, 29 Jan 2018 15:36:15 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"davin.pearson@gmail.com" <davin.pearson@gmail.com> writes:

> The following code generates a linker error:
[...]

You’ve tried to explicitly instantiate a template, but got the syntax
wrong. See
https://gcc.gnu.org/onlinedocs/gcc/Template-Instantiation.html for
details.

-- 
https://www.greenend.org.uk/rjk/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]