Update include paths and namespacing

This commit is contained in:
2026-05-17 17:26:21 -04:00
parent 83ad680c68
commit e94aaf9323
20 changed files with 99 additions and 99 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
#include <memory>
namespace sscl {
namespace sscl::cps {
// Forward declaration
class AsynchronousContinuationChainLink;
@@ -26,6 +26,6 @@ public:
CbFnT callbackFn;
};
} // namespace sscl
} // namespace sscl::cps
#endif // SPINSCALE_CALLBACK_H