mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
headers: don't use inline namespaces
This commit is contained in:
parent
95b4dff0c6
commit
51a75f00be
3 changed files with 5 additions and 5 deletions
|
@ -34,8 +34,8 @@
|
|||
* Don't change these - edit the conf file instead.
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
inline namespace ircd {
|
||||
inline namespace defaults {
|
||||
namespace ircd {
|
||||
namespace defaults {
|
||||
|
||||
enum general
|
||||
{
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
inline namespace ircd {
|
||||
inline namespace fs {
|
||||
namespace ircd {
|
||||
namespace fs {
|
||||
|
||||
#define DPATH IRCD_PREFIX
|
||||
#define BINPATH IRCD_PREFIX "/bin"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
namespace ircd {
|
||||
inline namespace util {
|
||||
namespace util {
|
||||
|
||||
|
||||
#define IRCD_EXPCAT(a, b) a ## b
|
||||
|
|
Loading…
Reference in a new issue