CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Oct 2008
    Posts
    1,456

    Re: STL friendly operator << doesn't work

    Quote Originally Posted by monarch_dodra View Post
    Compiled fine in C++11 mode
    I've just checked the standard and you're right, thanks. As always, vc++ doesn't support it yet ...

  2. #17
    Join Date
    Feb 2012
    Posts
    5

    Re: STL friendly operator << doesn't work

    Thanks for the support!

    (However I have to disagree with monarch_dodra complaints: 1) if I wanted a different seperating sequence, I'd use a "named"' function (or try to write a iomanip-like modifier (don't know if that's possible...)) 2) It is purely debug-mode function/fun/exercise function, I'd never use that in a code of more than 2-3 source files)
    Last edited by rodis; February 20th, 2012 at 02:43 PM.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured