Re: is it safe to generate profiles from multiple concurrent processes?

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

 



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 = ...




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux