Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Nov 22, 2018
1 parent f65a6d1 commit 54eeb7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/rcutils/stdatomic_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
# include "stdatomic_helper/gcc/stdatomic.h"
#else // !defined(__clang__) && defined(__GNUC__) && __GNUC__ <= 4 && __GNUC_MINOR__ <= 9
# if __cplusplus
# error "this file cannot be used with C++ due to a conflict with the C++ <atomic> header, see:\
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0943r1.html"
// NOLINTNEXTLINE
# error "cannot be used with C++ due to a conflict with the C++ <atomic> header, see: p0943r1"
// See: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0943r1.html"
# else
# if defined(__has_feature) && !my__has_feature(c_atomic)
// If Clang and no c_atomics (true for some older versions), use the compatability header.
Expand Down

0 comments on commit 54eeb7a

Please sign in to comment.