Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
a2e6adec
Commit
a2e6adec
authored
Jan 13, 2020
by
nlewycky
Committed by
vslashg
Jan 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use https links. (#586)
parent
564001ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
absl/base/macros.h
+2
-2
No files found.
absl/base/macros.h
View file @
a2e6adec
...
@@ -112,7 +112,7 @@ ABSL_NAMESPACE_END
...
@@ -112,7 +112,7 @@ ABSL_NAMESPACE_END
// when performing switch labels fall-through diagnostic
// when performing switch labels fall-through diagnostic
// (`-Wimplicit-fallthrough`). See clang documentation on language extensions
// (`-Wimplicit-fallthrough`). See clang documentation on language extensions
// for details:
// for details:
// http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
// http
s
://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
//
//
// When used with unsupported compilers, the ABSL_FALLTHROUGH_INTENDED macro
// When used with unsupported compilers, the ABSL_FALLTHROUGH_INTENDED macro
// has no effect on diagnostics. In any case this macro has no effect on runtime
// has no effect on diagnostics. In any case this macro has no effect on runtime
...
@@ -168,7 +168,7 @@ ABSL_NAMESPACE_END
...
@@ -168,7 +168,7 @@ ABSL_NAMESPACE_END
// Used on a function overload to trap bad calls: any call that matches the
// Used on a function overload to trap bad calls: any call that matches the
// overload will cause a compile-time error. This macro uses a clang-specific
// overload will cause a compile-time error. This macro uses a clang-specific
// "enable_if" attribute, as described at
// "enable_if" attribute, as described at
// http://clang.llvm.org/docs/AttributeReference.html#enable-if
// http
s
://clang.llvm.org/docs/AttributeReference.html#enable-if
//
//
// Overloads which use this macro should be bracketed by
// Overloads which use this macro should be bracketed by
// `#ifdef ABSL_BAD_CALL_IF`.
// `#ifdef ABSL_BAD_CALL_IF`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment