[interprocess] Is message_queue experiencing problems in 1.55?
I'm embarrassed to ask this, but I don't see documentation to help me
through a problem like this. I assume I'm doing something wrongly, since I
assume someone would have seen something like this earlier. Note that I've
boiled this down to the simplest reproducible problem... originally, I
tried to simply make use of the message queue using the example code in the
documentation, but I can't get past the compile error. I started removing
code to find the problem, only to strip ... well ... all of it away. I
also tried looking through trac to see if someone already reported this,
but I didn't see anything (which doesn't necessarily mean anything, as I
may have failed to properly search the thing).
Steps to reproduce:
1. On VC++ 2013, create an empty command-line project.
2. At the top of the main .cpp file, add "#include
On Wed, May 28, 2014 at 3:00 PM, Joseph Van Riper < fleeb.fantastique@gmail.com> wrote:
I'm embarrassed to ask this, but I don't see documentation to help me through a problem like this. I assume I'm doing something wrongly, since I assume someone would have seen something like this earlier. Note that I've boiled this down to the simplest reproducible problem... originally, I tried to simply make use of the message queue using the example code in the documentation, but I can't get past the compile error. I started removing code to find the problem, only to strip ... well ... all of it away. I also tried looking through trac to see if someone already reported this, but I didn't see anything (which doesn't necessarily mean anything, as I may have failed to properly search the thing).
Ah, sorry, I see that there *is* something in the release notes concerning has_member_function_callable_with failing for this compiler (VC++ bug). Sorry to trouble anyone with this. - Trey
El 28/05/2014 21:22, Joseph Van Riper escribió:
On Wed, May 28, 2014 at 3:00 PM, Joseph Van Riper < fleeb.fantastique@gmail.com> wrote:
Ah, sorry, I see that there *is* something in the release notes concerning has_member_function_callable_with failing for this compiler (VC++ bug).
Sorry to trouble anyone with this.
1.55 was not tested with Visual 2013 due to lack of time. Develop or master branch code should work. Best, Ion
participants (2)
-
Ion Gaztañaga
-
Joseph Van Riper