mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
5 lines
152 B
Text
5 lines
152 B
Text
module std {
|
|
module vector { header "vector.h" }
|
|
module type_traits { header "type_traits.h" }
|
|
explicit module hash_map { header "hash_map.h" }
|
|
}
|