Skip to content

Commit 8a45b68

Browse files
committed
add ownership of memory slides
1 parent c2314de commit 8a45b68

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Below are links to the pdfs / keynotes / OPDs in the files directory. Depending
1515
* ConceptClang: Theoretical Advances with Full C++ Concepts
1616
* Generic Programming of Generic Spaces: Compile-Time Geometric Algebra with C++11
1717
* [Test-Driven Development With Boost.Test and Turtle Mock, Part I/II](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/test_driven/test_driven.pdf?raw=true) | [Code](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/test_driven/)
18-
* [Removing undefined behavior from integer operations: the bounded::integer library](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/bounded_integer.pdf?raw=true) | [OPD File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/bounded_integer.opd?raw=true)
18+
* [Removing undefined behavior from integer operations: the bounded::integer library](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/bounded_integer.pdf?raw=true) | [LibreOffice File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/bounded_integer.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
2121

@@ -60,7 +60,7 @@ Below are links to the pdfs / keynotes / OPDs in the files directory. Depending
6060
* [Lifetime and Usage of Global, Thread-local, and Static Data](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/LifetimeRev2.pdf?raw=true)
6161
* [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)
6262
* [Asynchronous Programming Using Boost.MetaStateMachine and the Upcoming Asynchronous Library](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/AsyncTalkCppNow14.pdf?raw=true)
63-
* Ownership of Memory in C++
63+
* [Ownership of Memory in C++](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/ownership_of_memory.pdf?raw=true) | [LibreOffice File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/ownership_of_memory.opd?raw=true)
6464

6565
## Saturday, May 17
6666

files/ownership_of_memory.odp

278 KB
Binary file not shown.

files/ownership_of_memory.pdf

382 KB
Binary file not shown.

0 commit comments

Comments
 (0)