X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fcontext%2FREADME.md;h=5149b498b99ce3b49d5a4c9147d0d38fc092a464;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=c2f21452aa0a6cfee3bb0dfba78b9e2082d668c7;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/context/README.md b/ceph/src/boost/libs/context/README.md index c2f21452a..5149b498b 100644 --- a/ceph/src/boost/libs/context/README.md +++ b/ceph/src/boost/libs/context/README.md @@ -18,4 +18,4 @@ A context switch between threads requires system calls (involving the OS kernel) thousand CPU cycles on x86 CPUs. By contrast, transferring control among them requires only fewer than hundred CPU cycles because it does not involve system calls as it is done within a single thread. -boost.context requires C++11! +boost.context requires C++11!