Search:

Type: Posts; User: dbeyer

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,089

    Like I said in the original post, all compiles...

    Like I said in the original post, all compiles cleanly if the insert(...) line is commented out. That means to me that all the other types, variables, etc are properly defined and available, correct?
  2. Replies
    8
    Views
    2,089

    Can you tell me why it's bad practice? Do your...

    Can you tell me why it's bad practice? Do your cautions apply even with a header guard in place?
  3. Replies
    8
    Views
    2,089

    A "using namespace std;" declaration was in an...

    A "using namespace std;" declaration was in an included header file.
  4. Replies
    8
    Views
    2,089

    compilation error using std::map

    Can you tell me why the "netDefaults.insert(...)" line causes the C++ compilation errors shown below? I'm using Visual Studio 2003. The code shown below is enclosed in an anonymous namespace to...
Results 1 to 4 of 4