File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 33083308\indexlibraryglobal{independent_bits_engine}%
33093309\indexlibrarymember{result_type}{independent_bits_engine}%
33103310\begin{codeblock}
3311- template<class Engine, size_t w, class UIntType>
3311+ namespace std {
3312+ template<class Engine, size_t w, class UIntType>
33123313 class independent_bits_engine {
33133314 public:
33143315 // types
33493350 private:
33503351 Engine e; // \expos
33513352 };
3353+ }
33523354\end{codeblock}%
33533355
33543356\pnum
48074809\indexlibraryglobal{poisson_distribution}%
48084810\indexlibrarymember{result_type}{poisson_distribution}%
48094811\begin{codeblock}
4810- template<class IntType = int>
4811- class poisson_distribution
4812- {
4812+ namespace std {
4813+ template< class IntType = int>
4814+ class poisson_distribution {
48134815 public:
48144816 // types
48154817 using result_type = IntType;
48454847 friend basic_istream<charT, traits>&
48464848 operator>>(basic_istream<charT, traits>& is, poisson_distribution& x);
48474849 };
4850+ }
48484851\end{codeblock}
48494852
48504853\indexlibraryctor{poisson_distribution}%
You can’t perform that action at this time.
0 commit comments