STYLE: Make the set of supported STL headers the same in vtkstd and vtksys/stl. (The union of the present values of the two sets.)
This commit is contained in:
parent
017cec95ad
commit
22442fd9e1
@ -501,8 +501,25 @@ INCLUDE_DIRECTORIES(${KWSYS_HEADER_ROOT})
|
|||||||
# Create STL header wrappers to block warnings in the STL headers and
|
# Create STL header wrappers to block warnings in the STL headers and
|
||||||
# give standard names by which they may be included.
|
# give standard names by which they may be included.
|
||||||
SET(KWSYS_STL_HEADER_EXTRA_string 1)
|
SET(KWSYS_STL_HEADER_EXTRA_string 1)
|
||||||
FOREACH(header algorithm deque iterator list map numeric queue set stack string
|
FOREACH(header
|
||||||
utility vector memory functional)
|
algorithm
|
||||||
|
deque
|
||||||
|
exception
|
||||||
|
functional
|
||||||
|
iterator
|
||||||
|
list
|
||||||
|
map
|
||||||
|
memory
|
||||||
|
new
|
||||||
|
numeric
|
||||||
|
queue
|
||||||
|
set
|
||||||
|
stack
|
||||||
|
stdexcept
|
||||||
|
string
|
||||||
|
utility
|
||||||
|
vector
|
||||||
|
)
|
||||||
# Configure the header wrapper.
|
# Configure the header wrapper.
|
||||||
SET(KWSYS_STL_HEADER "${header}")
|
SET(KWSYS_STL_HEADER "${header}")
|
||||||
IF(KWSYS_STL_HEADER_EXTRA_${header})
|
IF(KWSYS_STL_HEADER_EXTRA_${header})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user