diff --git a/include/opaque.hh b/include/opaque.hh index 7b3e7c3..da10c4f 100644 --- a/include/opaque.hh +++ b/include/opaque.hh @@ -1,3 +1,5 @@ +//! TODO: Document this header, then turn it into a single-header library. It's useful. We can make `src/main.cpp` our test program. +//! TODO: Put impl-related stuff into a private namespace maybe? or at least a [[gnu::visibility("internal"/"hidden")]] one? Or perhaps their polymorphism is such that the impl namespace shouldn't be private idk... At most, internal, I'd guess. but it'd need testing. #pragma once #include