Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jan 14, 2025
1 parent 8281924 commit db30d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter05/06_thread_specific_ptr/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ connection& get_connection();
// In source file:
#include <boost/thread/tss.hpp>
#include <cassert>
#include <cstdint>
#include <cstddef>

boost::thread_specific_ptr<connection> connection_ptr;

Expand Down

0 comments on commit db30d28

Please sign in to comment.