Searched defs:_GLIBCXX_MOVE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dmove.h161 #define _GLIBCXX_MOVE(__val) std::move(__val) macro
164 #define _GLIBCXX_MOVE(__val) (__val) macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmove.h167 #define _GLIBCXX_MOVE(__val) std::move(__val) macro
171 #define _GLIBCXX_MOVE(__val) (__val) macro

Completed in 135 milliseconds