-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interprocess_semaphoreの利用について #969
Comments
え~っと、正直記憶にありません。 |
ありがとうございます
boost versionが1.35.0以前でも(パッチなく)動作するようにしようと思っているのですが、
のどちらがよろしいでしょうか。 |
スッキリと統一する、でいいんじゃないでしょうか。 2016年4月7日 10:29 Shunichi Nozawa notifications@github.com:
|
…cpp,h], rtc/StateHolder/StateHolder.[cpp,h]] Use semaphore.h instead of interprocess_semaphore because we do not use interprocess_semaphore specific functionality. On old OS, interprocess_semaphore cannot be used (boost version <= 1.35.0). This commit is related with the discussion : fkanehiro#969
#970 ありがとうございました。 |
…cpp,h], rtc/StateHolder/StateHolder.[cpp,h]] Use semaphore.h instead of interprocess_semaphore because we do not use interprocess_semaphore specific functionality. On old OS, interprocess_semaphore cannot be used (boost version <= 1.35.0). This commit is related with the discussion : fkanehiro#969
rtc以下の
の主に3箇所くらいでboostのinterprocess_semaphoreが使われているのですが、
boostでないsemaphore.hをお使いでなくこちらをお使いの理由はなにになりますでしょうか。
ちなみに、boost versionが1.35.0以前だとboostのinterprocess_semaphoreが使えない状況のようです。
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered: