Skip to content

Commit

Permalink
(GH-21) Fixed an afterthought flub; apparently that file doesn't exis…
Browse files Browse the repository at this point in the history
…t, and I don't know what I compiled.
  • Loading branch information
ajtack committed Apr 23, 2012
1 parent 456a8ea commit 8467089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions riak/compat.hxx
Expand Up @@ -11,8 +11,7 @@
// to this keyword if it is available, and otherwise yield a blank.
//
#ifdef __GNUC__
# include <features.h>
# if __GNUC_PREREQ(4,6)
# if __GNUC__ >= 4 && __GNUC_MINOR__ >= 6
# define RIAK_CPP_NOEXCEPT noexcept
# else
# define RIAK_CPP_NOEXCEPT
Expand Down

0 comments on commit 8467089

Please sign in to comment.