namespace fix

This commit is contained in:
Jorijn van der Graaf 2025-11-02 07:14:39 +01:00
commit b38866b55e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
export module Crafter.Thread:ThreadPool;
import std;
namespace Thread {
namespace Crafter {
struct ThreadStorage {
std::vector<std::function<void(void)>> tasks;
std::vector<std::function<void(void)>> buffer;