The macro `BOOST_NO_AUTO_PTR` is defined on systems where both `auto_ptr` and `unique_ptr` are available (and `auto_ptr` usage produces a deprecation warning). By using `BOOST_NO_CXX11_SMART_PTR` we will favor `unique_ptr` over `auto_ptr`. ``` slex/lexer.hpp:2423:13: error: 'template<class> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations] ``` |
||
|---|---|---|
| .. | ||
| advanced_hooks | ||
| cpp_tokens | ||
| custom_directives | ||
| emit_custom_line_directives | ||
| hannibal | ||
| lexed_tokens | ||
| list_includes | ||
| preprocess_pragma_output | ||
| quick_start | ||
| real_positions | ||
| token_statistics | ||
| waveidl | ||
| Jamfile.v2 | ||