From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/compat/attr.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compat/attr.hpp') diff --git a/src/compat/attr.hpp b/src/compat/attr.hpp index 531e6b4..73fcfc4 100644 --- a/src/compat/attr.hpp +++ b/src/compat/attr.hpp @@ -22,10 +22,13 @@ # include "fwd.hpp" +namespace tmwa +{ # ifdef __clang__ # define FALLTHROUGH [[clang::fallthrough]] # else # define FALLTHROUGH /* fallthrough */ # endif +} // namespace tmwa #endif // TMWA_COMPAT_ATTR_HPP -- cgit v1.2.3-60-g2f50