Mult-thread macro

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adrian Hawryluk

    #1

    Mult-thread macro

    Does anybody know if defining _MT a standard representation for stating
    that the compilation is multi-threaded?

    Thanks,


    Adrian
    --
    _______________ _______________ _______________ _______________ _________
    \/Adrian_Hawryluk BSc. - Specialties: UML, OOPD, Real-Time Systems\/
    \ _---_ Q. What are you doing here? _---_ /
    \ / | A. Just surf'n the net, teaching and | \ /
    \__/___\___ learning, learning and teaching. You?_____/___\__/
    \/______[blog:__http://adrians-musings.blogspo t.com/]______\/
  • Victor Bazarov

    #2
    Re: Mult-thread macro

    Adrian Hawryluk wrote:
    Does anybody know if defining _MT a standard representation for
    stating that the compilation is multi-threaded?
    It is definitely not. There is no "multi-threaded" concept that
    C++ knows about.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    • Adrian Hawryluk

      #3
      Re: Mult-thread macro

      Victor Bazarov wrote:
      Adrian Hawryluk wrote:
      >Does anybody know if defining _MT a standard representation for
      >stating that the compilation is multi-threaded?
      >
      It is definitely not. There is no "multi-threaded" concept that
      C++ knows about.
      Sorry wrong newsgroup. Meant to post to comp.programmin g.threads.

      Thanks,


      Adrian
      --
      _______________ _______________ _______________ _______________ _________
      \/Adrian_Hawryluk BSc. - Specialties: UML, OOPD, Real-Time Systems\/
      \ _---_ Q. What are you doing here? _---_ /
      \ / | A. Just surf'n the net, teaching and | \ /
      \__/___\___ learning, learning and teaching. You?_____/___\__/
      \/______[blog:__http://adrians-musings.blogspo t.com/]______\/

      Comment

      Working...