summaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 19:49:36 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 19:49:36 -0500
commit7fef4242091b5b6eaa0278cfa9b763f27de8754f (patch)
tree23c0c3e162e3751353a50d4a1630a9224cdc7464 /source
parentb149d9d511c3f4f8d70c83572a5d56a7986da2a3 (diff)
chore: WG01: code example tweaks and better conclusion.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'source')
-rw-r--r--source/wg01/wg01.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/wg01/wg01.tex b/source/wg01/wg01.tex
index 7e9a661..d891d99 100644
--- a/source/wg01/wg01.tex
+++ b/source/wg01/wg01.tex
@@ -141,7 +141,7 @@ public:
virtual void doImpl()
{
- kout << "doImpl()\r";
+ std::cout << "doImpl()\r\n";
}
};
@@ -175,12 +175,11 @@ Consider the following questions:
If 2/3 of those questions fail,
you should consider finding another solution to your problem.
-As it surely has an equivalent without the problematic questions.
+As it surely has an equivalent without the problematic points.
\section{Conclusion}
{
-We can now conclude that C++ in Kernel Development is indeed possible under strict conditions of C++ Development. \\
-Breaking those conditions would lead to system quirks and instability.
+We can now conclude that C++ in Kernel Development is indeed possible under a subset of C++, here called Kernel C++. \\
A reference implementation of this paper exists, It's called NeKernel.org, available under the same internet address. \\
I am looking forward to any questions or inquiries at: amlal@nekernel.org.
}