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
feature/intel-ci-testing
boost_config
/
test
/
cmd_line_check.cpp
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
9 lines
91 B
C++
Raw
Permalink
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