Searched refs:sized (Results 1 – 2 of 2) sorted by relevance
41 # gcc 5.0 and later have -Wno-sized-deallocation options43 … $<$<NOT:$<VERSION_LESS:${CMAKE_CXX_COMPILER_VERSION},5.0>>:-Wno-sized-deallocation>)
414 vector_t sized(N); in TestExceptions() local