aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/any.h
diff options
context:
space:
mode:
authorGravatar Bronek Kozicki <brok@spamcop.net>2017-10-11 22:11:13 +0100
committerGravatar Bronek Kozicki <brok@spamcop.net>2017-10-11 22:11:13 +0100
commitbbf83057e5f611a66ba9dfeabb14ccfd5cf08ac7 (patch)
tree30e90b6f09b6eec623d459c46b165a23ea0a8b85 /absl/types/any.h
parentb7bdd3a63d78da1cd4e537cf52cfe08068d2a399 (diff)
Wrap comment at 80 cols
Diffstat (limited to 'absl/types/any.h')
-rw-r--r--absl/types/any.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/types/any.h b/absl/types/any.h
index f29de03..2e7bf21 100644
--- a/absl/types/any.h
+++ b/absl/types/any.h
@@ -103,8 +103,8 @@ template <typename Type>
constexpr char TypeTag<Type>::dummy_var;
// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
-// passed in type. These are meant to be good match for keys into maps or straight
-// up comparisons.
+// passed in type. These are meant to be good match for keys into maps or
+// straight up comparisons.
template<typename Type>
constexpr inline const void* FastTypeId() {
return &TypeTag<Type>::dummy_var;