Skip to content

Commit 6ca96ba

Browse files
committed
#22 - Implement method CppStringT::isalpha()
Completed. Added namespace `pcs`. Modified forward declarations. Added chars classification templated functions and their specializations for alpha chars.
1 parent 4b0c706 commit 6ca96ba

File tree

2 files changed

+546
-513
lines changed

2 files changed

+546
-513
lines changed

cpp-strings/cppstrings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*/
2121

2222
#include "cppstrings.h"
23+
using namespace pcs;
2324

2425
/**
2526
* Notice: this module is for tests and validation purposes only.

0 commit comments

Comments
 (0)