Skip to content

Commit 24a6a31

Browse files
committed
add functional data structures
1 parent 8fa185b commit 24a6a31

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Below are links to the pdfs / keynotes / OPDs in the files directory. Depending
1818
* Removing undefined behavior from integer operations: the bounded::integer library | [OPD File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/optimization_boost_asio.opd?raw=true)
1919
* [Value Semantics and Range Algorithms - Composability and Efficiency](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/range_algos.pdf?raw=true)
2020
* Preparing the C++11 Library AFIO for Boost Peer Review
21-
* Grill the Committee
2221

2322
## Wednesday, May 14
2423

@@ -59,7 +58,7 @@ Below are links to the pdfs / keynotes / OPDs in the files directory. Depending
5958
* 0xBADC0DE
6059
* [Expected — An Exception-friendly Error Monad](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/expected.pdf?raw=true)
6160
* Lifetime and Usage of Global, Thread-local, and Static Data
62-
* Functional Data Structures in C++
61+
* [Functional Data Structures in C++](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/functional-data-structures.pdf?raw=true) | [Keynote File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/functional-data-structures.key?raw=true)
6362
* Asynchronous Programming Using Boost.MetaStateMachine and the Upcoming Asynchronous Library
6463
* Ownership of Memory in C++
6564

files/functional-data-structures.key

1.07 MB
Binary file not shown.

files/functional-data-structures.pdf

512 KB
Binary file not shown.

0 commit comments

Comments
 (0)