From c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2018 12:13:17 +0200 Subject: Put everything inside namespace --- Hilbert/FixBitVec.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Hilbert/FixBitVec.hpp') diff --git a/Hilbert/FixBitVec.hpp b/Hilbert/FixBitVec.hpp index 06c3523..24f932d 100644 --- a/Hilbert/FixBitVec.hpp +++ b/Hilbert/FixBitVec.hpp @@ -24,6 +24,8 @@ #include #include +namespace Hilbert { + // This must be an unsigned integer that is either // 32 or 64 bits. Otherwise, there are places in the // code that simply will not work. @@ -414,5 +416,6 @@ private: FBV_UINT m_uiRack; }; +} // namespace Hilbert #endif -- cgit v1.2.1