>>...Would it be possible/useful to make something like this work?
No. You need to define a C++ operator '>>'. I did a verification and this is what I had:
...
...Error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'tbb::atomic' (or there is no acceptable conversion)
...




[SOLVED] Setting the value of a tbb::atomic from standard input
Hi,
this is just something that occurered to me and decided to try. Would it be possible/useful to make something like this work?:
I tried and got this error:
.Thanks.