Skip to content

Commit

Permalink
Test on multiple toolsets and fixes for toolsets (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Apr 2, 2017
1 parent c03a641 commit dd1cc27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.9
- git-core
packages:
- git
Expand Down
11 changes: 7 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,22 @@ Thanks to Heather Gopsill from Packt Publishing for giving a permission to make
[![Build Status](https://travis-ci.org/apolukhin/Boost-Cookbook-4880OS.svg?branch=master)](https://travis-ci.org/apolukhin/Boost-Cookbook-4880OS) [![Coverage Status](https://coveralls.io/repos/apolukhin/Boost-Cookbook-4880OS/badge.svg)](https://coveralls.io/r/apolukhin/Boost-Cookbook-4880OS)

### Notes for book update
* Chapter 10 "Detecting RTTI support" - add Boost.TypeIndex example
* Optional and Variant now understand rvalue references
* Chapter 10 "Detecting RTTI support" - add Boost.TypeIndex example AND Sync code
* Boost will have an unique_ptr in 1.58
* How about describing boost::future?
* Coroutine interface changed in Boost 1.56
* LexicalCast now has a try_lexical_convert method
* Filesystem is accepted into the Standard
* RCU example using atomics?
* add *_pointer_cast examples?
* add a note to the book about source code availability at github
* sync code and book
* Fix introduction in "Chapter09. Getting the benefits of single-linked list and memory pool"
* Boost.DLL examples
* Variant is proposed for C++17. Highlight the differences.
* flat containers were proposed for C++17
* describe in depth changes from 135a24926a1d084e76f8f527deeee6236274e496

Done:
* Optional and Variant now understand rvalue references
* add a note to the book about source code availability at github
* Variant is proposed for C++17. Highlight the differences.

0 comments on commit dd1cc27

Please sign in to comment.