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 3308
3308
\indexlibraryglobal{independent_bits_engine}%
3309
3309
\indexlibrarymember{result_type}{independent_bits_engine}%
3310
3310
\begin{codeblock}
3311
- template<class Engine, size_t w, class UIntType>
3311
+ namespace std {
3312
+ template<class Engine, size_t w, class UIntType>
3312
3313
class independent_bits_engine {
3313
3314
public:
3314
3315
// types
3349
3350
private:
3350
3351
Engine e; // \expos
3351
3352
};
3353
+ }
3352
3354
\end{codeblock}%
3353
3355
3354
3356
\pnum
4807
4809
\indexlibraryglobal{poisson_distribution}%
4808
4810
\indexlibrarymember{result_type}{poisson_distribution}%
4809
4811
\begin{codeblock}
4810
- template<class IntType = int>
4811
- class poisson_distribution
4812
- {
4812
+ namespace std {
4813
+ template< class IntType = int>
4814
+ class poisson_distribution {
4813
4815
public:
4814
4816
// types
4815
4817
using result_type = IntType;
4845
4847
friend basic_istream<charT, traits>&
4846
4848
operator>>(basic_istream<charT, traits>& is, poisson_distribution& x);
4847
4849
};
4850
+ }
4848
4851
\end{codeblock}
4849
4852
4850
4853
\indexlibraryctor{poisson_distribution}%
You can’t perform that action at this time.
0 commit comments