Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Frameworks/StroikaPreComp.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Stroika_Frameworks_StroikaPreComp_h_
5#define _Stroika_Frameworks_StroikaPreComp_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#if defined(__cplusplus)
10// Declare the namespaces so code early on can freely say stuff like "uses namespace Stroika"
11namespace std {
12};
13namespace Stroika::Frameworks {
14 using namespace std;
15}
16#endif
17
18#endif /*_Stroika_Frameworks_StroikaPreComp_h_*/
STL namespace.