Skip to content
Snippets Groups Projects
Commit 4a3258a4 authored by Axel Naumann's avatar Axel Naumann
Browse files

Revert "Add a module for stl_iterator_base_funcs.h avoiding merging issues for c++20"

This reverts commit a4c07502.

While this itself might not cause build issues, the related commit 90ffa89a does;
handle them together.
parent f6327a6e
No related branches found
No related tags found
No related merge requests found
...@@ -459,10 +459,6 @@ module "std" [system] { ...@@ -459,10 +459,6 @@ module "std" [system] {
export * export *
header "bits/stl_iterator.h" header "bits/stl_iterator.h"
} }
module "bits/stl_iterator_base_funcs.h" {
export *
header "bits/stl_iterator_base_funcs.h"
}
module "bits/stl_iterator_base_types.h" { module "bits/stl_iterator_base_types.h" {
export * export *
export bits_stl_algobase_h export bits_stl_algobase_h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment