]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/test/limits_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / config / test / limits_test.cpp
index 8c43ac0ec16e4e46b68209f42544a5991983ddd2..982131812e6ae71b57dc459f773733428d6554bd 100644 (file)
@@ -52,6 +52,7 @@ template<typename T> inline T make_char_numeric_for_streaming(T x) { return x; }
 inline int make_char_numeric_for_streaming(char c) { return c; }
 inline int make_char_numeric_for_streaming(signed char c) { return c; }
 inline int make_char_numeric_for_streaming(unsigned char c) { return c; }
+inline int make_char_numeric_for_streaming(wchar_t c) { return c; }
 #endif
 
 #if (defined(_GLIBCPP_VERSION) || defined(_GLIBCXX_VERSION)) \