wave/samples
Nikita Kniazev 0ea2aa7ca2 Fixed usage of auto_ptr on systems where it is deprecated
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]
```
2018-10-02 17:59:26 +03:00
..
advanced_hooks Wave: applied a couple of fixes supplied by József Mihalicza 2010-05-22 16:06:00 +00:00
cpp_tokens Fixed usage of auto_ptr on systems where it is deprecated 2018-10-02 17:59:26 +03:00
custom_directives Wave: updating copyrights, minor fixes, bumping version number for release 2012-05-23 14:41:35 +00:00
emit_custom_line_directives Wave: updating copyrights, minor fixes, bumping version number for release 2012-05-23 14:41:35 +00:00
hannibal Wave: updating copyrights, fixing issues introduced by latest changes to multi_pass. 2010-01-05 17:29:06 +00:00
lexed_tokens Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). 2011-01-15 08:11:51 +00:00
list_includes Fixing #1 2017-09-02 10:02:53 -05:00
preprocess_pragma_output Wave: updating copyrights, fixing issues introduced by latest changes to multi_pass. 2010-01-05 17:29:06 +00:00
quick_start Wave: updating copyrights, minor fixes, bumping version number for release 2012-05-23 14:41:35 +00:00
real_positions Wave: allowing to force interpretation of wchar_t as signed/unsigned, fixed a problem in #pragma option_str(output) 2011-05-25 18:32:51 +00:00
token_statistics Applied patches for Tickets #7738, #7737 and #7646 2013-01-04 01:43:06 +00:00
waveidl Fix missing parameter 2017-09-24 22:52:03 +02:00
Jamfile.v2 Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems, added new example 2010-03-24 23:37:24 +00:00