Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
b9427ca4
Commit
b9427ca4
authored
Jul 26, 2017
by
Gennadiy Civil
Committed by
GitHub
Jul 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1143 from nyibbang/patch-1
Fixes a typo in FAQ.md
parents
7c3496c4
4568374a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FAQ.md
googletest/docs/FAQ.md
+1
-1
No files found.
googletest/docs/FAQ.md
View file @
b9427ca4
...
...
@@ -54,7 +54,7 @@ Underscore (`_`) is special, as C++ reserves the following to be used by
the compiler and the standard library:
1.
any identifier that starts with an
`_`
followed by an upper-case letter, and
1.
any identifier that contain
er
s two consecutive underscores (i.e.
`__`
) _anywhere_ in its name.
1.
any identifier that contains two consecutive underscores (i.e.
`__`
) _anywhere_ in its name.
User code is _prohibited_ from using such identifiers.
...
...
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