diff options
author | Vincent Richard <[email protected]> | 2018-04-01 09:29:07 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2018-04-01 09:29:07 +0000 |
commit | 8564b2f8b0d563a2c328a09916e9e4e3def5978f (patch) | |
tree | f7d2a3022b79f4769dcb3a96c4693f981c764842 /doc | |
parent | Merge pull request #181 from rusdevops/patch-2 (diff) | |
download | vmime-8564b2f8b0d563a2c328a09916e9e4e3def5978f.tar.gz vmime-8564b2f8b0d563a2c328a09916e9e4e3def5978f.zip |
#193 Dropped support for boot::shared_ptr<>, enabled C++11 support in CMake
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/building.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/book/building.tex b/doc/book/building.tex index 415f707a..9feeedcb 100644 --- a/doc/book/building.tex +++ b/doc/book/building.tex @@ -25,8 +25,6 @@ want SASL\footnote{Simple Authentication and Security Layer} support ; \item either the \href{http://www.openssl.org}{OpenSSL library} or the \href{http://www.gnu.org/software/gnutls/}{GNU TLS Library} if you want SSL and TLS\footnote{Transport Layer Security} support ; -\item the \href{http://www.boost.org}{Boost C++ library} if you are not using -C++11 (or your compiler does not support it), for {\vcode shared\_ptr<>}. \end{itemize} % ============================================================================ |