libstdc++: Add comment to #include in <variant>
It's not obvious why <variant> needs <bits/parse_numbers.h> so add a comment to it. libstdc++-v3/ChangeLog: * include/std/variant: Add comment to #include.
This commit is contained in:
parent
d0e1e1291b
commit
f3021e6e06
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
#include <bits/exception_defines.h>
|
||||
#include <bits/functional_hash.h>
|
||||
#include <bits/invoke.h>
|
||||
#include <bits/parse_numbers.h>
|
||||
#include <bits/parse_numbers.h> // _Select_int
|
||||
#include <bits/stl_iterator_base_funcs.h>
|
||||
#include <bits/stl_construct.h>
|
||||
#include <bits/utility.h> // in_place_index_t
|
||||
|
|
Loading…
Add table
Reference in a new issue