// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "stream.h" namespace embree { /* removes all line comments from a stream */ class LineCommentFilter : public Stream<int> { … }; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "stream.h" namespace embree { /* removes all line comments from a stream */ class LineCommentFilter : public Stream<int> { … }; }