summaryrefslogtreecommitdiff
path: root/asl/status.hpp
blob: 2e4bae5a23b305a251eaef3ce3c07a7ea14458cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "asl/integers.hpp"
#include "asl/string_view.hpp"

namespace asl
{

class status
{
};

} // namespace asl