public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Arbol One <arbolone@hotmail.ca>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: is it safe to generate profiles from multiple concurrent processes?
Date: Wed, 25 Jun 2014 15:23:00 -0000	[thread overview]
Message-ID: <CAH6eHdQo9zDsw0bwbwbY6ecr23SvrQh9JQFZKk1qvJX5cu3R5A@mail.gmail.com> (raw)
In-Reply-To: <BLU181-DS251C2A040E649E15B3A657BA190@phx.gbl>

On 25 June 2014 14:13, Arbol One wrote:

Please don't hijack other people's threads for unrelated questions.


> To look like this
> #include <fstream>
> int main () {
>  using my_read = std::fstream::in; //<== Error: expected type-specifier

"using" declares a typedef, not a variable.

Try:

   auto my_read = ...

  reply	other threads:[~2014-06-25 13:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3D1DD18C-D9D8-4135-9CB5-4E3CDACBF0F1@gmail.com>
2014-06-25 12:40 ` Vincenzo Innocente
2014-06-25 12:58   ` Markus Trippelsdorf
2014-06-25 13:52     ` Arbol One
2014-06-25 15:23       ` Jonathan Wakely [this message]
2014-06-25 16:57       ` Vincenzo Innocente

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH6eHdQo9zDsw0bwbwbY6ecr23SvrQh9JQFZKk1qvJX5cu3R5A@mail.gmail.com \
    --to=jwakely.gcc@gmail.com \
    --cc=arbolone@hotmail.ca \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).