fix(fourdst-namespace): moved into fourdst::constants namespace

This commit is contained in:
2025-06-21 06:11:07 -04:00
parent 576c6dcf66
commit b1ddf11945
3 changed files with 17 additions and 17 deletions

View File

@@ -4,11 +4,11 @@
// File Author: Emily Boudreaux
// Last Modified: March 17, 2025
//
// 4DSSE is free software; you can use it and/or modify
// libconstants is free software; you can use it and/or modify
// it under the terms and restrictions the GNU General Library Public
// License version 3 (GPLv3) as published by the Free Software Foundation.
//
// 4DSSE is distributed in the hope that it will be useful,
// libconstants is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU Library General Public License for more details.
@@ -30,7 +30,7 @@
#include "const.h"
#include "embedded_constants.h" // Generated at build time by meson
namespace serif::constant {
namespace fourdst::constant {
Constants::Constants() {
loaded_ = initialize();
}
@@ -123,4 +123,4 @@ namespace serif::constant {
loaded_ = true;
return true;
}
}
}

View File

@@ -4,11 +4,11 @@
// File Author: Emily Boudreaux
// Last Modified: March 17, 2025
//
// 4DSSE is free software; you can use it and/or modify
// libconstants is free software; you can use it and/or modify
// it under the terms and restrictions the GNU General Library Public
// License version 3 (GPLv3) as published by the Free Software Foundation.
//
// 4DSSE is distributed in the hope that it will be useful,
// libconstants is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU Library General Public License for more details.
@@ -24,7 +24,7 @@
#include <set>
#include <map>
namespace serif::constant {
namespace fourdst::constant {
/**
* @brief Structure to hold a constant's details.
*/
@@ -137,5 +137,5 @@ public:
};
} // namespace serif::const
} // namespace fourdst::const