forked from OSchip/llvm-project
parent
29ac8e2ecd
commit
4fcd9163fc
|
@ -437,6 +437,10 @@ namespace llvm {
|
|||
|
||||
/// @}
|
||||
|
||||
// StringRefs can be treated like a POD type.
|
||||
template <typename T> struct isPodLike;
|
||||
template <> struct isPodLike<StringRef> { static const bool value = true; };
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue