// file : cutl/fs/path.cxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include namespace cutl { namespace fs { char const* invalid_path_base:: what () const throw () { return "invalid filesystem path"; } } }