This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_config
Watch
1
Star
0
Fork
0
forked from
boostorg/config
Code
Pull Requests
Activity
Files
cdf41efdd36e0585b588e8d75868d46dee8a306f
boost_config
/
test
/
cmd_line_check.cpp
T
9 lines
91 B
C++
Raw
Normal View
History
Unescape
Escape
Tentative fix for Clang build configuration issue.
2014-02-07 13:08:03 +00:00
#ifndef __clang__
# error "This test is for Clang only"
#endif
int
main
()
{
return
0
;
}
Copy Permalink