Sign in
apache
/
logging-log4cxx
/
refs/heads/cpp-20-build
/
.
/
src
/
cmake
/
boost-fallback
/
test-boostatomic.cpp
blob: a2e2743c466fd9921c588776a304944c90590df7 [
file
] [
log
] [
blame
]
#include
<boost/atomic.hpp>
int
main
(
int
argc
,
char
**
argv
){
boost
::
atomic
<bool>
b
;
}