Skip to content

Commit

Permalink
Update video links
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jul 15, 2016
1 parent e92fc7d commit e444429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Repository for my [C++Now 2016](https://cppnow.org) sessions.

* [cppnow2016.sched page](http://cppnow2016.sched.org/event/3e9bc795a56d5c4b8a8fc1d8711610b2)

* YouTube video *(not yet available)*
* [YouTube video](https://www.youtube.com/watch?v=tMuXZkPiVOY)
2 changes: 2 additions & 0 deletions trip_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ Templatizing the thread-pool is easier than it sounds, since I've decoupled the
<br/>
### [Implementing `static` control flow in C++14](https://github.com/SuperV1234/cppnow2016/tree/master/static_control_flow)

[**YouTube video.**](https://www.youtube.com/watch?v=tMuXZkPiVOY)

I've previously talked about `static_if` in a 10m [lightning talk at Meeting C++ 2015](https://www.youtube.com/watch?v=hDwhfjBPKv8). I believe it is a very convienent construct that improves maintainability and readability of compile-time branches (compared to explicit template specialization), and also allows developers to easily defer branch execution without the explicit usage of SFINAE.

Here's an example:
Expand Down

0 comments on commit e444429

Please sign in to comment.