aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/internal/conformance_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/internal/conformance_profile.h')
-rw-r--r--absl/types/internal/conformance_profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/types/internal/conformance_profile.h b/absl/types/internal/conformance_profile.h
index dce3bbe..e62004f 100644
--- a/absl/types/internal/conformance_profile.h
+++ b/absl/types/internal/conformance_profile.h
@@ -44,6 +44,7 @@
// TODO(calabrese) Add support for extending profiles.
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace types_internal {
template <class T, class /*Enabler*/ = void>
@@ -369,6 +370,7 @@ template <class T>
struct IsProfile : IsProfileImpl<T>::type {};
} // namespace types_internal
+ABSL_NAMESPACE_END
} // namespace absl
#endif // ABSL_TYPES_INTERNAL_CONFORMANCE_PROFILE_H_