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