summaryrefslogtreecommitdiff
path: root/ACE/ace/String_Base_Const.cpp
blob: b16349b7edfe34d4537ad231e48705acbf75c04c (plain)
1
2
3
4
5
6
7
8
9
#include "ace/String_Base_Const.h"
#include "ace/Numeric_Limits.h"

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_String_Base_Const::size_type const ACE_String_Base_Const::npos =
  ACE_Numeric_Limits<ACE_String_Base_Const::size_type>::max ();

ACE_END_VERSIONED_NAMESPACE_DECL