mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
fix code-block (#16799)
This commit is contained in:
@@ -7081,7 +7081,7 @@ one can import C++'s templates rather easily without the need for a pattern
|
||||
language for object types:
|
||||
|
||||
.. code-block:: nim
|
||||
:test: "nim cpp $1"
|
||||
:test: "nim cpp $1"
|
||||
|
||||
type
|
||||
StdMap[K, V] {.importcpp: "std::map", header: "<map>".} = object
|
||||
|
||||
Reference in New Issue
Block a user