Commit ef16803b authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

integral type needs to be consistent

parent 61890e7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class StreamContainer {
public:
  StreamContainer(int max_threads = 0) : streams_(max_threads * streams_per_thread_) {}

  std::size_t get_max_threads() const {
  int get_max_threads() const {
    return streams_.size() / streams_per_thread_;
  }