Changeset 60965 in vbox
- Timestamp:
- May 12, 2016 7:06:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107193
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r60070 r60965 284 284 # define RTASSERT_HAVE_STATIC_ASSERT 285 285 #endif 286 #if RT_CLANG_PREREQ(6, 0) 287 # if __has_feature(cxx_static_assert) || __has_feature(c_static_assert) 288 # define RTASSERT_HAVE_STATIC_ASSERT 289 # endif 290 #endif 286 291 #ifdef DOXYGEN_RUNNING 287 292 # define RTASSERT_HAVE_STATIC_ASSERT
Note:
See TracChangeset
for help on using the changeset viewer.