Hi,

On 07/13/2014 04:00 AM, Ulrich Drepper wrote:
+  template<std::size_t _Dimen, typename _RealType, typename _CharT,
+          typename _Traits>
+    std::basic_ostream<_CharT, _Traits>&
+    operator<<(std::basic_ostream<_CharT, _Traits>& __os,
+              const __gnu_cxx::uniform_on_sphere_distribution<_Dimen,
+                                                              _RealType>& __x)
+    {
+      return __os;
+    }
+
+  template<std::size_t _Dimen, typename _RealType, typename _CharT,
+          typename _Traits>
+    std::basic_istream<_CharT, _Traits>&
+    operator>>(std::basic_istream<_CharT, _Traits>& __is,
+              __gnu_cxx::uniform_on_sphere_distribution<_Dimen,
+                                                        _RealType>& __x)
+    {
+      return __is;
+    }
are these dummy implementations intended?

Thanks,
Paolo.

Reply via email to