From Jason Turner

[rand.adapt.shuf]

Diff to HTML by rtfpessoa

tmp/tmpo1dwoy0n/{from.md → to.md} RENAMED
@@ -23,11 +23,11 @@ advancing `e`’s state as described above.
23
  namespace std {
24
  template<class Engine, size_t k>
25
  class shuffle_order_engine {
26
  public:
27
  // types
28
- using result_type = typename Engine::result_type;
29
 
30
  // engine characteristics
31
  static constexpr size_t table_size = k;
32
  static constexpr result_type min() { return Engine::min(); }
33
  static constexpr result_type max() { return Engine::max(); }
 
23
  namespace std {
24
  template<class Engine, size_t k>
25
  class shuffle_order_engine {
26
  public:
27
  // types
28
+ using result_type = Engine::result_type;
29
 
30
  // engine characteristics
31
  static constexpr size_t table_size = k;
32
  static constexpr result_type min() { return Engine::min(); }
33
  static constexpr result_type max() { return Engine::max(); }