mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Doc comments: use std::unordered_map
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
131b6ccc71
commit
21817473e8
3 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
typedef std::map<PosIdx, DocComment> DocCommentMap;
|
||||
typedef std::unordered_map<PosIdx, DocComment> DocCommentMap;
|
||||
|
||||
Expr * parseExprFromBuf(
|
||||
char * text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue