[Solved] Async Search and Query on contentDirectory C++
|
20-02-2015, 09:12 AM
Post: #2
|
|||
|
|||
RE: Async Search and Query on contentDirectory C++
It isn't possible to use lambdas in place of FunctorAsync I'm afraid. While I do understand the attraction of this, it's unlikely we'll support this soon. Use of lambdas requires a compiler with support for C++11 - some clients of ohNet run on NASes that use relatively old versions of Linux whose compilers do not support C++11.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Solved] Async Search and Query on contentDirectory C++ - ChriD - 19-02-2015, 10:51 PM
RE: Async Search and Query on contentDirectory C++ - simonc - 20-02-2015 09:12 AM
RE: Async Search and Query on contentDirectory C++ - ChriD - 20-02-2015, 05:34 PM
|