2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-24 06:22:12 +00:00

Fixed coding style to match proposed Boost guidelines.

[SVN r10550]
This commit is contained in:
William E. Kempf
2001-07-06 18:23:40 +00:00
parent 6e83cfdc72
commit 66fa1995cf
19 changed files with 2453 additions and 2473 deletions

View File

@@ -6,6 +6,7 @@
//#include <boost/thread/atomic.hpp>
#include <boost/thread/tss.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/xtime.hpp>
#define BOOST_INCLUDE_MAIN
#include <boost/test/test_tools.hpp>