Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C cppmap.docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cppmap
  • cppmap.docs
  • Merge requests
  • !46

Fix code block syntax

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/monman53/fix-code-block-syntax into master 3 years ago
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: monman53

以下の二箇所でレイアウトが崩れていたので修正しました。

修正前

1. https://cppmap.github.io/standardization/cppx/#_5

image

2. https://cppmap.github.io/standardization/cppx/#tuples

image

Compare
  • master (base)

and
  • latest version
    3ad40f21
    1 commit, 2 years ago

1 file
+ 2
- 2

    Preferences

    File browser
    Compare changes
docs/standardization/cppx.md
+ 2
- 2
  • View file @ 3ad40f21

  • Edit in single-file editor

  • Open in Web IDE


@@ -94,7 +94,7 @@ inspect constexpr_opt (init-statement_opt condition) trailing-return-type_opt
404 => { std::cout << "Not Found\n" }
__ => { std::cout << "don't care\n" } // __ はワイルドカードパターン
};
```
```
### 文字列のマッチング
@@ -148,7 +148,7 @@ inspect constexpr_opt (init-statement_opt condition) trailing-return-type_opt
{
std::cout << x << ", " << y << '\n';
}
```
```
=== "提案"
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Administrator
Ryo Suzuki
Reference: cppmap/cppmap.docs!46
Source branch: github/fork/monman53/fix-code-block-syntax

Menu

Explore Projects Groups Snippets