Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion user/languages.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
---// Source - https://stackoverflow.com/q/79874608
// Posted by Vincent Nivoliers, modified by community. See post 'Timeline' for change history
// Retrieved 2026-01-30, License - CC BY-SA 4.0

int main()
{
using nil = decltype(nullptr) ;
constexpr nil zero = nullptr ;
constexpr nil other_zero = zero ;
}

title: Languages
layout: en

Expand Down